List Workspace Schedule Executions
Returns schedule execution submissions across the workspace, newest first by default. Status describes submission acceptance, not process completion. since and until are inclusive RFC 3339 bounds on creation time.
Authorizations
OAuth2 authentication with JWT tokens
Query Parameters
Number of items per page
1 <= x <= 100Opaque cursor returned by a previous response's meta.nextCursor. Only valid for the same query (workspace + filters); the server rejects cursors bound to a different query or older than 24h. Omit on the first page.
Sort by creation time. Defaults to newest first.
createdAt:desc, createdAt:asc Substring search across metadata.name, metadata.displayName and labels (keys + values). Trimmed and lowercased server-side; queries shorter than 2 characters fall back to the unfiltered listing. Bound into the cursor fingerprint so a cursor opened with one query cannot be reused with another. Only honoured starting on Blaxel-Version 2026-04-28.
200Filter by process submission acceptance status. Historical rows without status do not match this filter.
succeeded, failed Filter by sandbox name.
Filter by schedule id.
Inclusive beginning of the createdAt window, as RFC 3339.
Inclusive end of the createdAt window, as RFC 3339.
Response
successful operation
