List Workspace Schedules
Returns schedule definitions across the workspace, newest first by default.
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 sandbox name.
Filter schedules by stored timing type. sleep resolves to at before persistence.
cron, at Response
successful operation
