API ReferenceRuns
Get Run Logs
Get the last 200 lines of run output.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
run_id*string
Format
uuidHeader Parameters
X-API-Key?|
Response Body
application/json
application/json
curl -X GET "https://api.levainlabs.com/api/v1/runs/497f6eca-6276-4993-bfeb-53cbbbba6f08/logs"{
"property1": "string",
"property2": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}