list_actors
Retrieve a list of web scraping actors from Apify, including those created or used by the user, with options to filter and paginate results.
Instructions
Get list of actors. Returns actors created or used by the user.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Number of records to skip (default: 0) | |
| limit | No | Maximum number of records to return (default: 20) | |
| my | No | If true, only return actors created by the user (default: true) |