Claude Platform Docs

Deployment Runs

List Deployment Runs
GET/v1/deployment_runs
Get Deployment Run
GET/v1/deployment_runs/{deployment_run_id}
Models
BetaManagedAgentsAgentArchivedRunError object{ type: "agent_archived_error", message }

The deployment's agent was archived.

type: "agent_archived_error"
message: string

Human-readable error description.

BetaManagedAgentsDeploymentRun object{ type: "deployment_run", id, agent, 5 more }

A persistent, append-only record of a single deployment execution. Records session creation success or failure — no session lifecycle tracking.

BetaManagedAgentsEnvironmentArchivedRunError object{ type: "environment_archived_error", message }

The deployment's environment was archived.

type: "environment_archived_error"
message: string

Human-readable error description.

BetaManagedAgentsEnvironmentNotFoundRunError object{ type: "environment_not_found_error", message }

The deployment's environment no longer exists.

type: "environment_not_found_error"
message: string

Human-readable error description.

BetaManagedAgentsFileNotFoundRunError object{ type: "file_not_found_error", message }

A file resource referenced by the deployment no longer exists.

type: "file_not_found_error"
message: string

Human-readable error description.

BetaManagedAgentsManualTriggerContext object{ type: "manual" }

The run was started manually by creating a session directly against the deployment.

type: "manual"
BetaManagedAgentsMCPEgressBlockedRunError object{ type: "mcp_egress_blocked_error", message }

An MCP server host used by the deployment's agent is blocked by the environment's network policy.

type: "mcp_egress_blocked_error"
message: string

Human-readable error description.

BetaManagedAgentsMemoryStoreArchivedRunError object{ type: "memory_store_archived_error", message }

A memory store referenced by the deployment is archived.

type: "memory_store_archived_error"
message: string

Human-readable error description.

BetaManagedAgentsOrganizationDisabledRunError object{ type: "organization_disabled_error", message }

The deployment's organization is disabled.

type: "organization_disabled_error"
message: string

Human-readable error description.

BetaManagedAgentsScheduleTriggerContext object{ type: "schedule", scheduled_at }

The run was fired by the deployment's cron schedule.

type: "schedule"
scheduled_at: string

A timestamp in RFC 3339 format

formatdate-time
BetaManagedAgentsSelfHostedResourcesUnsupportedRunError object{ type: "self_hosted_resources_unsupported_error", message }

The deployment configures resources, but its environment is self-hosted and cannot mount them.

type: "self_hosted_resources_unsupported_error"
message: string

Human-readable error description.

BetaManagedAgentsSessionCreationRejectedRunError object{ type: "session_creation_rejected_error", message }

The session create request was rejected with a non-retryable validation error.

type: "session_creation_rejected_error"
message: string

Human-readable error description.

BetaManagedAgentsSessionRateLimitedRunError object{ type: "session_rate_limited_error", message }

Session creation was rejected due to rate limiting. The schedule keeps firing; subsequent runs may succeed.

type: "session_rate_limited_error"
message: string

Human-readable error description.

BetaManagedAgentsSessionResourceNotFoundRunError object{ type: "session_resource_not_found_error", message }

A referenced resource no longer exists and its kind was not reported.

type: "session_resource_not_found_error"
message: string

Human-readable error description.

BetaManagedAgentsSkillNotFoundRunError object{ type: "skill_not_found_error", message }

A skill referenced by the deployment's agent no longer exists.

type: "skill_not_found_error"
message: string

Human-readable error description.

Describes what triggered a deployment run, with trigger-specific metadata.

One of the following:
BetaManagedAgentsScheduleTriggerContext object{ type: "schedule", scheduled_at }

The run was fired by the deployment's cron schedule.

type: "schedule"
scheduled_at: string

A timestamp in RFC 3339 format

formatdate-time
BetaManagedAgentsManualTriggerContext object{ type: "manual" }

The run was started manually by creating a session directly against the deployment.

type: "manual"
BetaManagedAgentsTriggerType = "schedule" or "manual"

What triggered a deployment run.

One of the following:
"schedule"
"manual"
BetaManagedAgentsUnknownRunError object{ type: "unknown_error", message }

An unknown or unexpected error caused the run to fail. A fallback variant; clients that do not recognize a new error type can match on message alone.

type: "unknown_error"
message: string

Human-readable error description.

BetaManagedAgentsVaultArchivedRunError object{ type: "vault_archived_error", message }

A vault referenced by the deployment is archived.

type: "vault_archived_error"
message: string

Human-readable error description.

BetaManagedAgentsVaultNotFoundRunError object{ type: "vault_not_found_error", message }

A vault referenced by the deployment no longer exists.

type: "vault_not_found_error"
message: string

Human-readable error description.

BetaManagedAgentsWorkspaceArchivedRunError object{ type: "workspace_archived_error", message }

The deployment's workspace was archived.

type: "workspace_archived_error"
message: string

Human-readable error description.