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