Skip to main content
GET
Exports the current organization's analytics with the same cohort, timestamps and definitions as charts.

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk_.

Query Parameters

startAt
string<date-time>

Optional inclusive start timestamp for the analytics period.

endAt
string<date-time>

Optional exclusive end timestamp for the analytics period. Defaults to the current UTC time.

days
null | integer<int32>

Optional number of days before endAt to include when startAt is not supplied. Defaults to 30 and is limited to 1 through 365.

Response

OK