List Deployment Runs
List Deployment Runs through the OMA API.
?beta=true, anthropic-version: 2023-06-01, and anthropic-beta: managed-agents-2026-04-01.Authorizations
OMA workspace API key.
Query Parameters
Selects the beta API contract for this endpoint. Must be true.
true Maximum results per page. Default 20, maximum 1000.
Opaque pagination cursor. Pass next_page from the previous response. Invalid or expired cursors return 400.
Filter to a specific deployment. Omit to list across all deployments in the workspace. Filtering by a non-existent deployment_id returns 200 with empty data.
Filter runs by what triggered them. Omit to return all runs. What triggered a deployment run.
schedule, manual Filter: true for runs with non-null error, false for runs with non-null session_id. Omit for all.
Return runs created at or after this time (inclusive). A timestamp in RFC 3339 format
Return runs created at or before this time (inclusive). A timestamp in RFC 3339 format
Return runs created strictly after this time (exclusive). A timestamp in RFC 3339 format
Return runs created strictly before this time (exclusive). A timestamp in RFC 3339 format