OptionalaclAccess control list for the run. Contains a grants array where each entry specifies principal_type, principal, and actions. null when no ACL restrictions are applied and the run is accessible to all members of its scope.
OptionalagentID of the agent that owns the parent routine (agi_...).
OptionalappApplication that scopes this run (dap_...).
Optionalcreated_When this run was created (ISO 8601).
Optionalduration_Total wall-clock time the run took to execute, in milliseconds. null while the run is still in progress.
Optionalevent_Identifier of the platform event that triggered this run. null for manually invoked runs.
Routine run ID (arr_...).
OptionalmetadataArbitrary key-value metadata attached to this run. Empty object when no metadata was set.
OptionalpayloadInput payload delivered to the routine when this run was triggered. Empty object when no payload was provided.
OptionalresultOutput produced by the routine after execution. null while the run has not yet completed.
OptionalroutineID of the parent routine that produced this run (arn_...).
OptionalstatusCurrent execution status. One of "pending", "running", "completed", "failed", "skipped", or "cancelled".
Optionalstructured_Validated structured output extracted from result when the routine uses an AgentMessageSchema. null if the routine does not use a schema or the run has not completed.
Optionalupdated_When this run was last updated (ISO 8601).
OptionalworkerBackground worker status. null when no worker job is associated with this run.
A single execution of an agent routine, capturing its status, inputs, outputs, and timing.