デプロイメント実行
デプロイメント実行の一覧を取得
デプロイメント実行を取得
Models
BetaManagedAgentsAgentArchivedRunError object{ message, type }The deployment's agent was archived.
The deployment's agent was archived.
Human-readable error description.
BetaManagedAgentsDeploymentRun object{ id, agent, created_at, 5 more }A persistent, append-only record of a single deployment execution. Records session creation success or failure — no session lifecycle tracking.
A persistent, append-only record of a single deployment execution. Records session creation success or failure — no session lifecycle tracking.
BetaManagedAgentsEnvironmentArchivedRunError object{ message, type }The deployment's environment was archived.
The deployment's environment was archived.
Human-readable error description.
BetaManagedAgentsEnvironmentNotFoundRunError object{ message, type }The deployment's environment no longer exists.
The deployment's environment no longer exists.
Human-readable error description.
BetaManagedAgentsFileNotFoundRunError object{ message, type }A file resource referenced by the deployment no longer exists.
A file resource referenced by the deployment no longer exists.
Human-readable error description.
BetaManagedAgentsManualTriggerContext object{ type }The run was started manually by creating a session directly against the deployment.
The run was started manually by creating a session directly against the deployment.
BetaManagedAgentsMCPEgressBlockedRunError object{ message, type }An MCP server host used by the deployment's agent is blocked by the environment's network policy.
An MCP server host used by the deployment's agent is blocked by the environment's network policy.
Human-readable error description.
BetaManagedAgentsMemoryStoreArchivedRunError object{ message, type }A memory store referenced by the deployment is archived.
A memory store referenced by the deployment is archived.
Human-readable error description.
BetaManagedAgentsOrganizationDisabledRunError object{ message, type }The deployment's organization is disabled.
The deployment's organization is disabled.
Human-readable error description.
BetaManagedAgentsScheduleTriggerContext object{ scheduled_at, type }The run was fired by the deployment's cron schedule.
The run was fired by the deployment's cron schedule.
scheduled_at: stringA timestamp in RFC 3339 format
A timestamp in RFC 3339 format
BetaManagedAgentsSelfHostedResourcesUnsupportedRunError object{ message, type }The deployment configures resources, but its environment is self-hosted and cannot mount them.
The deployment configures resources, but its environment is self-hosted and cannot mount them.
Human-readable error description.
BetaManagedAgentsSessionCreationRejectedRunError object{ message, type }The session create request was rejected with a non-retryable validation error.
The session create request was rejected with a non-retryable validation error.
Human-readable error description.
BetaManagedAgentsSessionRateLimitedRunError object{ message, type }Session creation was rejected due to rate limiting. The schedule keeps firing; subsequent runs may succeed.
Session creation was rejected due to rate limiting. The schedule keeps firing; subsequent runs may succeed.
Human-readable error description.
BetaManagedAgentsSessionResourceNotFoundRunError object{ message, type }A referenced resource no longer exists and its kind was not reported.
A referenced resource no longer exists and its kind was not reported.
Human-readable error description.
BetaManagedAgentsSkillNotFoundRunError object{ message, type }A skill referenced by the deployment's agent no longer exists.
A skill referenced by the deployment's agent no longer exists.
Human-readable error description.
BetaManagedAgentsTriggerContext = BetaManagedAgentsScheduleTriggerContext { scheduled_at, type } or BetaManagedAgentsManualTriggerContext { type }Describes what triggered a deployment run, with trigger-specific metadata.
Describes what triggered a deployment run, with trigger-specific metadata.
BetaManagedAgentsScheduleTriggerContext object{ scheduled_at, type }The run was fired by the deployment's cron schedule.
The run was fired by the deployment's cron schedule.
scheduled_at: stringA timestamp in RFC 3339 format
A timestamp in RFC 3339 format
BetaManagedAgentsManualTriggerContext object{ type }The run was started manually by creating a session directly against the deployment.
The run was started manually by creating a session directly against the deployment.
BetaManagedAgentsTriggerType = "schedule" or "manual"What triggered a deployment run.
What triggered a deployment run.
BetaManagedAgentsUnknownRunError object{ message, type }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.
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.
Human-readable error description.
BetaManagedAgentsVaultArchivedRunError object{ message, type }A vault referenced by the deployment is archived.
A vault referenced by the deployment is archived.
Human-readable error description.
BetaManagedAgentsVaultNotFoundRunError object{ message, type }A vault referenced by the deployment no longer exists.
A vault referenced by the deployment no longer exists.
Human-readable error description.
BetaManagedAgentsWorkspaceArchivedRunError object{ message, type }The deployment's workspace was archived.
The deployment's workspace was archived.
Human-readable error description.