Retrieve message history with optional filters
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter messages by channel ID
Filter messages by event name
Maximum number of messages to return
1 <= x <= 1000Number of messages to skip
x >= 0List of messages
Unique identifier for the message
"660e8400-e29b-41d4-a716-446655440000"
Name of the event
1"order.created"
Resolved channel name (instance of the pattern)
1"order:123"
Message payload data
{ "orderId": "123", "status": "pending" }Type of sender that published the message
system, user "user"
Number of WebSocket clients who received the message
x >= 05
Number of webhooks that should receive the message
x >= 01
Number of webhooks that successfully received the message
x >= 01
Timestamp when the message was created
"2024-01-15T10:30:00Z"
ID of the channel this message belongs to
"550e8400-e29b-41d4-a716-446655440000"
ID of the user who sent the message (null for system messages)
"770e8400-e29b-41d4-a716-446655440000"