SMS
Get an SMS log
Returns a single SMS log entry enriched with message details fetched live from the SMS provider: message body, delivery status, sent/delivered timestamps, and failure reason. If provider details are unavailable, the entry is returned with status: "unknown" and null detail fields.
get/v2/sms-logs/{sms_log_id}
Path parameters
sms_log_idinteger required
SMS log entry ID from the list endpoint.
Response
SMS log entry with message details.
Example response
{
"id": 42,
"from_number": "+16625658792",
"to_number": "+17189153182",
"message": "Hello from OpenMic!"
}