배포 실행
배포 실행 목록 조회
DeploymentRunListPage Beta.DeploymentRuns.List(parameters, cancellationToken = default)배포 실행 조회
BetaManagedAgentsDeploymentRun Beta.DeploymentRuns.Retrieve(parameters, cancellationToken = default)Models
class BetaManagedAgentsAgentArchivedRunError { Type; Message; }The deployment's agent was archived.
The deployment's agent was archived.
Human-readable error description.
class BetaManagedAgentsDeploymentRun { Type; ID; Agent; /* 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.
class BetaManagedAgentsEnvironmentArchivedRunError { Type; Message; }The deployment's environment was archived.
The deployment's environment was archived.
Human-readable error description.
class BetaManagedAgentsEnvironmentNotFoundRunError { Type; Message; }The deployment's environment no longer exists.
The deployment's environment no longer exists.
Human-readable error description.
class BetaManagedAgentsFileNotFoundRunError { Type; Message; }A file resource referenced by the deployment no longer exists.
A file resource referenced by the deployment no longer exists.
Human-readable error description.
class BetaManagedAgentsManualTriggerContext { 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.
class BetaManagedAgentsMcpEgressBlockedRunError { Type; Message; }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.
class BetaManagedAgentsMemoryStoreArchivedRunError { Type; Message; }A memory store referenced by the deployment is archived.
A memory store referenced by the deployment is archived.
Human-readable error description.
class BetaManagedAgentsOrganizationDisabledRunError { Type; Message; }The deployment's organization is disabled.
The deployment's organization is disabled.
Human-readable error description.
class BetaManagedAgentsScheduleTriggerContext { Type; ScheduledAt; }The run was fired by the deployment's cron schedule.
The run was fired by the deployment's cron schedule.
required DateTimeOffset ScheduledAtA timestamp in RFC 3339 format
A timestamp in RFC 3339 format
class BetaManagedAgentsSelfHostedResourcesUnsupportedRunError { Type; Message; }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.
class BetaManagedAgentsSessionCreationRejectedRunError { Type; Message; }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.
class BetaManagedAgentsSessionRateLimitedRunError { Type; Message; }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.
class BetaManagedAgentsSessionResourceNotFoundRunError { Type; Message; }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.
class BetaManagedAgentsSkillNotFoundRunError { Type; Message; }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.
class BetaManagedAgentsTriggerContext: unionDescribes what triggered a deployment run, with trigger-specific metadata.
Describes what triggered a deployment run, with trigger-specific metadata.
class BetaManagedAgentsScheduleTriggerContext { Type; ScheduledAt; }The run was fired by the deployment's cron schedule.
The run was fired by the deployment's cron schedule.
required DateTimeOffset ScheduledAtA timestamp in RFC 3339 format
A timestamp in RFC 3339 format
class BetaManagedAgentsManualTriggerContext { 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.
enum BetaManagedAgentsTriggerTypeWhat triggered a deployment run.
What triggered a deployment run.
class BetaManagedAgentsUnknownRunError { Type; 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.
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.
class BetaManagedAgentsVaultArchivedRunError { Type; Message; }A vault referenced by the deployment is archived.
A vault referenced by the deployment is archived.
Human-readable error description.
class BetaManagedAgentsVaultNotFoundRunError { Type; Message; }A vault referenced by the deployment no longer exists.
A vault referenced by the deployment no longer exists.
Human-readable error description.
class BetaManagedAgentsWorkspaceArchivedRunError { Type; Message; }The deployment's workspace was archived.
The deployment's workspace was archived.
Human-readable error description.