Claude Platform Docs

Execuções de implantação

Listar execuções de implantação
$client->beta->deploymentRuns->list(?\Datetime createdAtGt, ?\Datetime createdAtGte, ?\Datetime createdAtLt, ?\Datetime createdAtLte, ?string deploymentID, ?bool hasError, ?int limit, ?string page, ?BetaManagedAgentsTriggerType triggerType, ?list<AnthropicBeta> betas, ?string workspaceID): PageCursor<BetaManagedAgentsDeploymentRun>
GET/v1/deployment_runs
Obter execução de implantação
$client->beta->deploymentRuns->retrieve(string deploymentRunID, ?list<AnthropicBeta> betas, ?string workspaceID): BetaManagedAgentsDeploymentRun
GET/v1/deployment_runs/{deployment_run_id}
Models
class BetaManagedAgentsAgentArchivedRunError { $type; $message; }
Type type
string message

Human-readable error description.

class BetaManagedAgentsDeploymentRun { $type; $id; $agent; /* 5 more */ }
Type type
string id

Unique identifier for this run (drun_...).

A resolved agent reference with a concrete version.

\Datetime createdAt

A timestamp in RFC 3339 format

string deploymentID

ID of the deployment that produced this run.

?Error error

Why the run failed to create a session. The type identifies the failure; message is human-readable detail.

?string sessionID

Populated on success. Null on creation failure. Exactly one of session_id or error is non-null.

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

class BetaManagedAgentsEnvironmentArchivedRunError { $type; $message; }
Type type
string message

Human-readable error description.

class BetaManagedAgentsEnvironmentNotFoundRunError { $type; $message; }
Type type
string message

Human-readable error description.

class BetaManagedAgentsFileNotFoundRunError { $type; $message; }
Type type
string message

Human-readable error description.

Type type
class BetaManagedAgentsMCPEgressBlockedRunError { $type; $message; }
Type type
string message

Human-readable error description.

class BetaManagedAgentsMemoryStoreArchivedRunError { $type; $message; }
Type type
string message

Human-readable error description.

class BetaManagedAgentsOrganizationDisabledRunError { $type; $message; }
Type type
string message

Human-readable error description.

class BetaManagedAgentsScheduleTriggerContext { $type; $scheduledAt; }
Type type
\Datetime scheduledAt

A timestamp in RFC 3339 format

Type type
string message

Human-readable error description.

Type type
string message

Human-readable error description.

class BetaManagedAgentsSessionRateLimitedRunError { $type; $message; }
Type type
string message

Human-readable error description.

Type type
string message

Human-readable error description.

class BetaManagedAgentsSkillNotFoundRunError { $type; $message; }
Type type
string message

Human-readable error description.

One of the following:
class BetaManagedAgentsScheduleTriggerContext { $type; $scheduledAt; }
Type type
\Datetime scheduledAt

A timestamp in RFC 3339 format

Type type
One of the following:
"schedule"
"manual"
class BetaManagedAgentsUnknownRunError { $type; $message; }
Type type
string message

Human-readable error description.

class BetaManagedAgentsVaultArchivedRunError { $type; $message; }
Type type
string message

Human-readable error description.

class BetaManagedAgentsVaultNotFoundRunError { $type; $message; }
Type type
string message

Human-readable error description.

class BetaManagedAgentsWorkspaceArchivedRunError { $type; $message; }
Type type
string message

Human-readable error description.