List Audience Member Events
GET/audience-members/:id/events
Retrieve a paginated timeline of tracked events for an audience member, newest first. Events are read from whichever store the tenant is configured to use, so the results always match the admin dashboard.
The page size can be controlled with per_page (1-100).
Note: for tenants whose events are served by the ClickHouse analytics
API, the timeline covers the 500 most recent events. meta.total
reflects that window rather than the member's lifetime event count, and
pages beyond it are empty. Tenants served from the database have no
such limit.
Request
Responses
- 200
- 401
- 403
- 422
Paginated set of AudienceEventResource
Unauthenticated
Authorization error
Validation error