class

Anthropic::BetaDeploymentRuns

Inherits Reference < Object

Managed Agents Deployment Runs API resource (beta).

Inspect individual runs of a deployment (triggered manually or by schedule).

Constructors

new(client : Client)
Source

Instance methods

list(created_at_gt : String | Nil = nil, created_at_gte : String | Nil = nil, created_at_lt : String | Nil = nil, created_at_lte : String | Nil = nil, deployment_id : String | Nil = nil, has_error : Bool | Nil = nil, limit : Int32 = 20, page : String | Nil = nil, trigger_type : String | Nil = nil, betas : Array(String) = [] of String) : BetaManagedAgentsDeploymentRunListResponse

List deployment runs.

Source
retrieve(deployment_run_id : String, betas : Array(String) = [] of String) : BetaManagedAgentsDeploymentRun

Retrieve a deployment run by ID.

Source