list_actor_runs
Retrieve execution history for an Apify actor by filtering runs based on status, offset, and limit parameters to monitor performance and track results.
Instructions
Get list of runs for a specific actor.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor_id | Yes | Actor ID or username~actor-name | |
| offset | No | Number of records to skip (default: 0) | |
| limit | No | Maximum number of records to return (default: 20) | |
| status | No | Filter by status: READY, RUNNING, SUCCEEDED, FAILED, TIMING-OUT, TIMED-OUT, ABORTING, ABORTED |