List Messages
Retrieve all webhook messages for your organization.
Webhook messages represent payloads that were sent (or attempted to be sent) to your subscribed endpoints. Each message contains the event type, payload data, and delivery status information.
Use the event_types query parameter to filter messages by specific event types,
such as sync.completed or sync.failed.
Authentication
Query parameters
Filter messages by event type(s). Accepts multiple values, e.g., ?event_types=sync.completed&event_types=sync.failed.
Response
Unique identifier for this message (UUID format)
The type of event (e.g., ‘sync.completed’, ‘sync.failed’)
The event payload data, matching what is delivered to webhooks. Structure varies by event_type.
When this message was created (ISO 8601 format, UTC)
Channels this message was sent to (typically matches the event type)