List executions with cursor pagination
Returns a total-free execution page for the authenticated API key’s
organization, ordered by created_at descending. Continue with
next_cursor while has_more is true. Cursors are opaque and bound to
the authenticated scope, normalized filters, order, and applied limit.
Changing any of those inputs requires restarting without a cursor.
When from is omitted, the window defaults to the 90 days ending at
to (or now).
Authorizations
API key passed as Authorization: Bearer <api_key>
Query Parameters
Maximum number of executions to return
1 <= x <= 100Opaque cursor returned as next_cursor by the previous page
Filter executions by public model slug
Comma-separated status filter. Each token must be one of created,
starting, success, or error; any other token returns 400.
Filter by workflow ID
Filter by workflow execution ID
Comma-separated canonical error classifications
content_moderation, execution_timeout, invalid_user_input, invalid_model_config, provider_auth, provider_error, provider_rate_limit, provider_unavailable, internal_error, unknown Start of creation time window, as RFC 3339
End of creation time window, as RFC 3339