Endpoints
Get a run
Returns current state of a run. Poll every 1-3 seconds until status is completed, failed, or cancelled.
When status is completed, output is keyed by normalized User Result node labels.
GET
Get a run
Authorizations
API key issued from the Blend AI dashboard. Prefix: bai_. Send as Authorization: Bearer bai_....
Path Parameters
Run ID returned from POST /api/v1/responses.
Response
Run detail.
Example:
"run_xyz789"
Terminal states are completed, failed, cancelled.
Available options:
pending, running, completed, failed, cancelled Present only when status is completed. Keys are normalized labels of each User Result node. Values are ordered arrays of result output items.
Example:
Error message if status is failed.
Total cost of the run in USD.
Example:
0.0123