Skip to main content
GET
/
v1
/
runs
/
export
Export runs data
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

Query Parameters

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

Response