API
{ "run_id": "<string>", "status": "not-started", "live_status": "<string>", "progress": 0, "outputs": [] }
{ "status": "<string>" }
This endpoint is called by the workflow runner to update the status of a run.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The updated run information
not-started
running
uploading
success
failed
started
queued
timeout
cancelled
Show child attributes
Successful Response
Was this page helpful?