List automation runs with optional filtering by status, goal text, and date range. Returns paginated results with total count. Default sort order is newest first.
API key for authentication. Get your key from the API Keys page.
Filter by run status
PENDING, RUNNING, COMPLETED, FAILED, CANCELLED "COMPLETED"
Filter runs by goal text (case-insensitive partial match)
500"linkedin"
Filter runs created after this ISO 8601 timestamp
"2026-01-01T00:00:00Z"
Filter runs created before this ISO 8601 timestamp
"2026-02-01T00:00:00Z"
Sort order by created_at
asc, desc "desc"
Cursor for pagination (from previous response)
"eyJpZCI6ImFiYyIsImNyZWF0ZWRBdCI6IjIwMjYtMDEtMDFUMTI6MDA6MDBaIn0="
Maximum number of results to return (1-100)
1 <= x <= 10020