Retrieve the run details by its ID
The API key to use for authentication
The ID of the run to retrieve
"run_1234567890"
Successfully retrieved run details
The ID of the run
"run_1234567890"
The origin of the run
"API"
The status of the run
"COMPLETED"
The input of the run
"Who are you?"
The output of the run
"I'm a helpful assistant"
The prompt of the run
"Be friendly and helpful"
The number of input tokens of the run
100
The number of output tokens of the run
100
The cost of the run
"0.001"
The duration of the run in milliseconds
100
The thread ID of the run
"thread_1234567890"
The ID of the workflow
"workflow_1234567890"
The creation date of the run
"2021-01-01T00:00:00.000Z"