Runs
Update Run status
Update the status of a Run.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Run to update.
Example:
"135"
Body
application/json
The status of the Run.
Available options:
pending
, awaiting_execution
, running_execution
, awaiting_scoring
, running_scoring
, awaiting_human_scoring
, completed