Update Run Status
Update the status of a run.
Authorizations
Path Parameters
The id of the run to update.
310
Body
pending
, awaiting_execution
, running_execution
, awaiting_scoring
, running_scoring
, awaiting_human_scoring
, completed
"pending"
Response
1
The creation date and time of the run.
"2025-02-06T00:05:49.935385"
The last time the run was updated.
"2025-02-06T23:05:49.935508"
The start time of the run.
"2025-02-06T23:35:49.935554"
The end time of the run.
"2025-02-06T23:55:49.935596"
The testset that was executed in this run.
1
The current status of the run.
"completed"
The maximum number of testcases to run.
10
How the run was created.
"api"
The model parameters used when generating the run.
{
"isCustom": false,
"maxTokens": 2048,
"modelName": "gpt-4-1106-preview",
"temperature": 0,
"topP": 0.9
}
Notes about the run.
"This is a test run"
The ID of the scoring configuration the run uses.
3345
The prompt template to be used while executing the run.
"You are a helpful assistant"
The start time of scoring the run's results.
"2025-02-07T00:00:49.935969"
The end time of scoring the run's results.
"2025-02-07T00:04:49.936045"
Was this page helpful?