v1

latestOpenAPI 3.1.02026-07-22115189303.8 KB
Events

List project events

Returns project-scoped events for the project associated with your API key, newest first. Use filters to narrow by event name, linked WhatsApp conversation, or occurrence time.

Use limit, after, and before for cursor pagination. Cursor-paginated responses include paging; legacy offset responses include meta.

get/events

Query parameters

namestring

Filter by event name.

conversation_idstring uuid

Filter by linked WhatsApp conversation ID.

occurred_afterstring date-time

Only return events at or after this timestamp.

occurred_beforestring date-time

Only return events at or before this timestamp.

limitinteger

Maximum number of results per cursor-paginated page (default 20, max 100).

beforestring

Cursor for the previous page (Base64 encoded).

afterstring

Cursor for the next page (Base64 encoded).

Response

Success

Example response

{
  "data": [
    {
      "name": "conversation.csat_scored"
    }
  ]
}