Skip to main content
GET
Get run log

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

id
string<uuid>
required
run_id
string
required

Run ID. Use 'any' to search across all parents.

Query Parameters

embed
string | null

Relation embedding. Available values: run. Use a comma-separated list to request multiple embeds.

Response

The requested run log.

Response shape.

id
string<uuid> | null
run_id
string<uuid> | null
level_code
string | null
message
string | null
timestamp
string<date-time> | null
meta
Meta · object | null
run
FullValidator · object | null

Response shape.