list_user_runs
Retrieve and filter all execution runs for a user across Apify actors, enabling monitoring of status, sorting by recency, and pagination for efficient management.
Instructions
Get list of all runs for the current user across all actors.
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) | |
| status | No | Filter by status: READY, RUNNING, SUCCEEDED, FAILED, TIMING-OUT, TIMED-OUT, ABORTING, ABORTED | |
| desc | No | Sort in descending order, newest first (default: true) |