List Sandbox Schedule Executions
Returns the execution history of a Sandbox’s schedules (across all schedules of the sandbox), newest first. Cursor-paginated via the cursor and limit query parameters. Each item records the HTTP status of submitting the scheduled command and the process name for log lookup.
Authorizations
OAuth2 authentication with JWT tokens
Path Parameters
Name of the Sandbox
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 spec, formatted as <key>:<direction>. Allowed values are createdAt:desc (default), createdAt:asc, name:asc, name:desc. The cursor fingerprint is bound to the sort, so a cursor opened with one value cannot be reused with another. Only honoured starting on Blaxel-Version 2026-04-28.
createdAt:desc, createdAt:asc, name:asc, name:desc 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.
200Response
successful operation
