Skip to main content
GET
Get agent run output metadata

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Path Parameters

deployment_id
string
required

Agent deployment ID

run_id
string
required

Agent run ID

Response

Agent run output metadata

run_id
string
required
output_manifest
object | null
required

Output manifest produced by the agent runtime (typically containing an outputs array). Deliberately open: the manifest shape is owned by the agent, not the control plane.

outputs
object[]
required