Get a profile's event history by anonymous_id
CDP
Get a profile's event history by anonymous_id
Resolve the contact behind an anonymous_id and return their event history in reverse-chronological order (received_at, id DESC), cursor-paginated. Use this from the Profile API to render a device/visitor’s activity timeline before they authenticate. Returns 404 when no contact matches the anonymous_id. Because events carry the raw properties/context JSONB, this is an owner / admin / developer surface scoped to profile reads.
GET
Get a profile's event history by anonymous_id
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Query Parameters
Maximum number of events to return (1–200).
Required range:
1 <= x <= 200Opaque cursor from the previous page's next_cursor.