Retrieve a paginated list of messages for your organization. Filter by status, campaign, or date range.
API key authentication. Include your API key in the Authorization header as Bearer YOUR_API_KEY. API keys can be created from the dashboard.
Number of messages to return per page (max 100)
1 <= x <= 100Number of messages to skip for pagination
x >= 0Filter by message status Message status in the delivery pipeline:
pending: Message created, awaiting queuequeued: Message queued for sendingsent: Message sent to WhatsAppdelivered: Message delivered to recipientread: Message read by recipientfailed: Message failed to sendpending, queued, sent, delivered, read, failed Filter by campaign ID
Filter messages created on or after this date (ISO 8601)
Filter messages created on or before this date (ISO 8601)