list_user_runs
Retrieve and filter all user runs across Apify actors to monitor execution status, track progress, and manage workflows efficiently.
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) |