Lists 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.
- Provider
- Apify API (Web Automation)
- Input summary
- {"name":"offset","type":"number","required":false,"description":"Number of array elements that should be skipped at the start. The default value is `0`."}, {"name":"limit","type":"number","required":false,"description":"Maximum number of array elements to return. The default value as well as the maximum is `1000`."}, {"name":"desc","type":"boolean","required":false,"description":"If `true` or `1` then the objects are sorted by the `startedAt` field in descending order. By default, they are sorted in ascending order."}, {"name":"unnamed","type":"boolean","required":false,"description":"If `true` or `1` then all the queues are returned. By default only named queues are returned."}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available