v1

latestOpenAPI 3.1.02026-07-22750642.5 KB
CDP Events

List events

List events, newest first, with optional filters by name, subject, and time range.

get/api/v1/cdp/events

Query parameters

namestring

Filter by exact event name.

personExternalIdstring

Filter to events whose subject is this person externalId.

customObjectTypestring

Filter by custom-object type name.

customObjectExternalIdstring

Filter by custom-object externalId.

startstring

Inclusive lower bound on event timestamp, ISO 8601.

endstring

Inclusive upper bound on event timestamp, ISO 8601.

limitinteger

Max items to return, 1-1000 (default 100).

cursorstring

Opaque pagination token from a previous response's next_cursor. Omit for the first page.

Response

Success

next_cursorstring nullable required