Lists all of a user's datasets. The response is a JSON array of objects, where each object contains basic information about one dataset. By default, the objects are sorted by the `createdAt` field in ascending order, therefore you can use pagination to incrementally fetch all datasets 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.
- 服务商
- Apify API(网页自动化)
- 输入摘要
- {"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.","enum":["0","1"]}, {"name":"unnamed","type":"boolean","required":false,"description":"If `true` or `1` then all the datasets are returned. By default only named datasets are returned."}, {"name":"method","type":"string","required":false,"description":"Override HTTP method (e.g., ?method=POST for clients that only support GET)."}
- 输出摘要
- 暂无公开信息
- 计费规则
- 1
- 数据更新时间
- 暂无公开信息
- 验证状态
- 暂无公开信息