GET
Get outbound WhatsApp send detail

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

send_id
string<uuid>
required

Response

Outbound send detail.

id
string<uuid>
required
actor_user_id
string
required
session_id
string<uuid>
required
session_name
string
required
session_label
string
required
text_sha256
string
required
text_length
integer
required
media_count
integer
required
media_urls
string[]
required
recipient_count
integer
required
status
enum<string>
required
Available options:
queued,
sending,
sent,
failed,
partial_failed
source_type
string
required
requested_at_ms
integer<int64>
required
updated_at_ms
integer<int64>
required
text
string | null
client_idempotency_key
string | null
completed_at_ms
integer<int64> | null
recipients
object[]