GET
/
v1
/
runs
/
export
curl --request GET \
  --url https://api.lunary.ai/v1/runs/export \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Query Parameters

type
enum<string>
required
Available options:
llm,
trace,
thread
exportFormat
enum<string>
required
Available options:
csv,
jsonl,
ojsonl

Response

200
application/octet-stream
Export successful

The response is of type file.