List Events
Lists pixel events, most recent first. Pass person_id for one person’s journey, or omit it to list identity-linked events for an account within an explicit time range. Events are shaped like the POST /events intake: attribution in context, identity in user.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Query Parameters
The ID of the person. Omit to list recent identity-linked events for the account.
The ID of the account, which will look like biz_*************. Optional for account API keys; required for credentials that can access multiple accounts.
Start of the time range as an ISO 8601 timestamp. Required when person_id is omitted.
End of the time range as an ISO 8601 timestamp. Required when person_id is omitted; otherwise defaults to now.
The number of events to return.
A cursor for fetching events after a previous page.
A cursor for fetching events before a later page.

