latestOpenAPI 3.1.02026-08-224257272.9 KB
63ecb22149c3
Runs
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
}
}