Returns a list of Actors owned by the user or accessible to the user based on permissions.; Gets the list of all Actors that the user created or used. The response is a list of objects, where each object contains a basic information about a single Actor.
- Provider
- Apify API (Web Automation)
- Input summary
- {"name":"my","type":"boolean","required":false,"description":"If `true` or `1` then the returned list only contains Actors owned by the user. The default value is `false`."}, {"name":"offset","type":"number","required":false,"description":"Number of records that should be skipped at the start. The default value is `0`."}, {"name":"limit","type":"number","required":false,"description":"Maximum number of records 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 `createdAt` field in descending order. By default, they are sorted in ascending order.","enum":["0","1"]}, {"name":"sortBy","type":"string","required":false,"description":"Field to sort the records by. The default is `createdAt`. You can also use `stats.lastRunStartedAt` to sort by the most recently ran Actors.","enum":["createdAt","stats.las..., {"name":"method","type":"string","required":false,"description":"Override HTTP method (e.g., for clients that only support GET)"}
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available