Update Run status

Update the status of a Run.

patch/runs/{runId}

Path parameters

runIdstring required
Example:135

The ID of the Run to update.

Request body

status'pending' | 'awaiting_execution' | 'running_execution' | 'awaiting_scoring' | 'running_scoring' | 'awaiting_human_scoring' | 'completed' required

The status of the Run.

Response

Run updated successfully

idstring required

The ID of the Run.

status'pending' | 'awaiting_execution' | 'running_execution' | 'awaiting_scoring' | 'running_scoring' | 'awaiting_human_scoring' | 'completed' required

The status of the Run.

Changes