Runs
Get a specific run
Retrieve detailed information about a specific run by its ID.
GET
/v1/runs/id
Parameters
Name | Located In | Required | Schema |
---|---|---|---|
id | path | Yes | string |
Responses
200
Successful response
Property | Type | Description |
---|---|---|
id | string | |
projectId | string | |
isPublic | boolean | |
feedback | Object | |
parentFeedback | Object | |
type | string | |
name | string | |
createdAt | string | |
endedAt | string | |
duration | number | |
templateVersionId | string | |
templateSlug | string | |
cost | number | |
tokens | object | |
tags | array | |
input | object | |
output | object | |
error | object | |
status | string | |
siblingRunId | string | |
params | object | |
metadata | object | |
user | object | |
traceId | string |
404
Run not found