Bulk sending
Send status
Check the status and progress of a bulk send
GET
Description
Allows you to check the current status and detailed progress of a bulk send. Includes counters for sent, delivered, read, and failed messages, plus the progress percentage.Authentication header
Your Mindo API Key. Format:
mindo_xxxxxxxxxxxxxxxxxxxxxxxxPath parameters
Response
Unique bulk send ID.
Current send status. See status table.
Information about the template used.
Information about the sender WhatsApp number.
Total send recipients.
Number of messages sent.
Number of messages delivered to the recipient.
Number of messages read by the recipient.
Number of failed messages.
Number of messages pending sending.
Send progress percentage (0-100).
Estimated processing time in minutes.
Date and time when processing started.
null if not yet started.Date and time when processing finished.
null if not completed.Send creation date and time.
User who created the send.
Possible statuses
| Status | Description |
|---|---|
QUEUED | Send created and queued for processing |
PROCESSING | Actively sending messages |
COMPLETED | All messages processed successfully |
PARTIAL | Processed with some failures |
FAILED | Send failed completely |
CANCELLED | Send cancelled manually |
To see the detail of each individual message, use the Send messages endpoint.

