Skip to main content
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

string
required
Your Mindo API Key. Format: mindo_xxxxxxxxxxxxxxxxxxxxxxxx

Path parameters

string (UUID)
required
Bulk send ID obtained when creating the send with Send bulk.

Response

string (UUID)
Unique bulk send ID.
string
Current send status. See status table.
object
Information about the template used.
object
Information about the sender WhatsApp number.
integer
Total send recipients.
integer
Number of messages sent.
integer
Number of messages delivered to the recipient.
integer
Number of messages read by the recipient.
integer
Number of failed messages.
integer
Number of messages pending sending.
float
Send progress percentage (0-100).
float
Estimated processing time in minutes.
string (ISO 8601)
Date and time when processing started. null if not yet started.
string (ISO 8601)
Date and time when processing finished. null if not completed.
string (ISO 8601)
Send creation date and time.
object
User who created the send.

Possible statuses

To see the detail of each individual message, use the Send messages endpoint.