Retrieve a specific webhook message by its ID.
Returns the full message details including the event type, payload data, timestamp, and delivery channel information. Use this to inspect the exact payload that was sent to your webhook endpoints.
Use include_attempts=true to also retrieve delivery attempts for this message,
which include HTTP response codes, response bodies, and timestamps for debugging
delivery failures.
The unique identifier of the message to retrieve (UUID).
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)