Runs

Get a specific run

Retrieve detailed information about a specific run by its ID.

GET
/v1/runs/
id
curl --request GET \
  --url https://api.lunary.ai/v1/runs/{id} \
  --header 'Authorization: Bearer <api_key>' \
  --header 'Content-Type: application/json'

Parameters

NameLocated InRequiredSchema
idpathYesstring

Responses

200

Successful response

PropertyTypeDescription
idstring
projectIdstring
isPublicboolean
feedbackObject
parentFeedbackObject
typestring
namestring
createdAtstring
endedAtstring
durationnumber
templateVersionIdstring
templateSlugstring
costnumber
tokensobject
tagsarray
inputobject
outputobject
errorobject
statusstring
siblingRunIdstring
paramsobject
metadataobject
userobject
traceIdstring

404

Run not found

Questions? We're here to help.

Email