Skip to main content

Get list of request queues

GET 

/v2/request-queues

ClientsApify API Python Client ReferenceApify API JavaScript Client ReferenceLists all of a user's request queues. The response is a JSON array of objects, where each object contains basic information about one queue.

By default, the objects are sorted by the createdAt field in ascending order, therefore you can use pagination to incrementally fetch all queues while new ones are still being created. To sort them in descending order, use desc=1 parameter. The endpoint supports pagination using limit and offset parameters and it will not return more than 1000 array elements.

Request

Responses

Response Headers