List executions
Retrieve execution history for the authenticated API key with optional filters.
Model prediction terminal statuses include success, failed, and cancelled;
workflow executions can surface running, completed, failed, or cancelled
depending on the originating backend.
Authorizations
API key for authentication
Query Parameters
Maximum number of executions to return
1 <= x <= 100Number of executions to skip for pagination
x >= 0Filter executions by model slug
Comma-separated status filter
Filter by workflow ID
Filter by workflow execution ID
Comma-separated canonical error classification filter. Restricts results to terminal error executions whose classification is in the set; an unrecognized value returns 400. Each value must be one of the listed enum members.
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