Skip to main content
GET
Export customer events as NDJSON

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

since
string<date-time>
required

ISO 8601 timestamp. Events with a timestamp greater than or equal to this are returned.

until
string<date-time>

Optional ISO 8601 upper bound. Defaults to the current time.

limit
integer
default:5000

Maximum rows to return. Defaults to 5000, capped at 20000.

Required range: 1 <= x <= 20000

Response

200 - application/x-ndjson

One JSON event object per line (application/x-ndjson).

Newline-delimited JSON — each line is one event object.