v1
latestOpenAPI 3.1.02026-08-044257268.7 KBRuns
Get a run
Poll run status and retrieve results. Terminal runs include the resolved provider output.
get/v1/runs/{runId}
Path parameters
runIdstring required
Run identifier (ULID).
Example:01JGXYZABCDEFGHJKMNPQRSTVW
Run identifier (ULID).
Response
The run (with output when terminal)
Example response
{
"runId": "01JGXYZABCDEFGHJKMNPQRSTVW",
"providerResponse": {
"httpStatus": 200
}
}