GET
List WAHA occurrences for one canonical message

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

canonical_message_id
string<uuid>
required

Query Parameters

cursor
string
page_size
integer
default:50
Required range: 1 <= x <= 200

Response

Cursor page of WAHA message occurrences.

items
object[]
required
has_more
boolean
required
next_cursor
string | null