Get a run
Get a run
Path Parameters
The ID of the run to retrieve
- 200
- 404
Run retrieved successfully
Schema
- Array [
- url
- string
- boolean
- ]
The ID of the run
stepRuns object[] required
The ID of the step run
The ID of the step
The name of the provider
The name of the method being invoked
The order of the step run. The last step has the highest "order" number.
The parameters used by the model
The inputs of the run
The outputs of the run
The milliseconds to complete the run
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
The cost of the run in USD
metadata object nullable
property name* MetadataValueObject nullable
Possible values: [url
]
Possible values: [string
]
Possible values: [boolean
]
Possible values: [url
]
Possible values: [string
]
Possible values: [boolean
]
{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "stepRuns": [ { "stepRunId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "stepId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "providerName": "string", "invocation": "string", "order": 0, "modelParams": {}, "inputs": {}, "outputs": {}, "elapsedTime": 0, "startTime": 0, "endTime": 0, "cost": 0, "metadata": {} } ] }
Schema
- Array [
- url
- string
- boolean
- ]
The ID of the run
stepRuns object[] required
The ID of the step run
The ID of the step
The name of the provider
The name of the method being invoked
The order of the step run. The last step has the highest "order" number.
The parameters used by the model
The inputs of the run
The outputs of the run
The milliseconds to complete the run
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
The cost of the run in USD
metadata object nullable
property name* MetadataValueObject nullable
Possible values: [url
]
Possible values: [string
]
Possible values: [boolean
]
Possible values: [url
]
Possible values: [string
]
Possible values: [boolean
]
{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "stepRuns": [ { "stepRunId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "stepId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "providerName": "string", "invocation": "string", "order": 0, "modelParams": {}, "inputs": {}, "outputs": {}, "elapsedTime": 0, "startTime": 0, "endTime": 0, "cost": 0, "metadata": {} } ] }
Run not found