Bulk sending
Send messages
List individual messages of a bulk send
GET
Description
Returns a paginated list of individual messages from a bulk send. Allows filtering by status to quickly identify failed, delivered, or read messages.Authentication header
Your Mindo API Key. Format:
mindo_xxxxxxxxxxxxxxxxxxxxxxxxPath parameters
Query parameters
Filter by message status. Possible values:
sent, delivered, read, failed.Page number. Default:
1.Results per page. Default:
20.Response
Total messages matching the filters.
URL of the next page of results.
null if it’s the last page.URL of the previous page.
null if it’s the first page.List of individual messages.
Message statuses
| Status | Description |
|---|---|
sent | Message sent to the Meta API |
delivered | Message delivered to the recipient |
read | Message read by the recipient |
failed | Send error |
Statuses are automatically updated via Meta webhooks. The status progresses from
sent → delivered → read. If the send fails, the status will be failed and the error_message field will contain the error description.
