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.
Authorizations
API key obtained from the OpenMic dashboard.
Path Parameters
SMS log entry ID from the list endpoint.
Response
SMS log entry with message details.
Unique SMS log entry identifier.
42
Message direction relative to your organization.
inbound, outbound The phone number the message was sent to.
"+17189153182"
When the message was logged.
Delivery status reported by the SMS provider. unknown when provider details are unavailable.
delivered, failed, sent, queued, unknown The phone number the message was sent from.
"+16625658792"
ID of the linked session when the message was part of an SMS conversation.
The message body, fetched from the SMS provider.
"Hello from OpenMic!"
When the message was sent by the provider.
When the message was delivered.
Reason the message failed, if delivery failed.