Get Agent Run Nodes
Agent Runs
Get Agent Run Nodes
Get node-level status details for a run.
GET
Get Agent Run Nodes
Returns node-level status for a run, including node type metadata and whether a node is currently blocked by credits.
Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
run_id | string | Agent run ID. |
nodes[].agent_node_id | string | Runtime node ID for this run. |
nodes[].original_node_id | string | null | Template agent_node_id this runtime node was cloned from. |
nodes[].status | string | Current node status. |
nodes[].status_message | string | null | Optional node status detail. |
nodes[].errors | array | Error messages from failed tasks in this node. Empty array when the node has no errors. |
nodes[].node_type | object | Node type metadata, including docs links. |
nodes[].needs_credits | boolean | true when any runtime task attached to the node is marked needs_credits=true (insufficient credits). |