/sms/logs (array) and used as the basis for CSV export.| Field | Type | Description |
|---|---|---|
message_id | string (UUID) | Message identifier; matches the /sms/send response and webhook message_id. |
status | string | sent, delivered, or failed. |
message_type | string | Always one_way currently. |
recipient | string | Destination number (E.164). |
message | string | The message body that was sent. |
cost | string | null | Amount charged in major units (e.g. "4.00"); the provider's exact cost after the DLR true-up. |
operator | string | null | Mobile network operator. |
error_message | string | null | Failure reason when status is failed. |
template | string | null | Template name, if the message used one. |
otp | string | The message/variable value recorded at send time. |
date | string (ISO 8601, UTC) | Created time, mirrors created_at. Format in the viewer's timezone client-side. |
created_at | string (ISO 8601, UTC) | null | When the message was created. |
delivered_at | string (ISO 8601, UTC) | null | When delivery was confirmed; null until then. |