Skip to main content
GET
Get Agent Run
Poll this endpoint to check the status of your agent run and retrieve outputs.

Request

Response

Output Fields

Tracking outputs: Use original_node_id to identify which node in your agent template produced each output. This allows you to consistently map outputs to your application logic across multiple runs.

Source Fields

Run Fields

For node-level statuses, error details, and credit-blocked details, use Get Agent Run Nodes.
If needs_credits is true, first check GET /plan. If no paid plan is active, choose one via GET /plan/list and POST /plan/upgrade (complete checkout when requires_checkout: true). You can then enable auto top-ups with POST /credits/settings if your active plan is creator, creator_annual, professional, or professional_annual, and finally call Resume Agent Run to re-queue failed/blocked runtime nodes in the same run.

Status Values