Enterprise Feature - SMS is only available on Enterprise plans. Contact your Bland representative for access.
Headers
Your API key for authentication
Path Parameters
The unique ID of the conversation to retrieve.
Response
The full conversation object, including its messages.
The unique ID of the conversation.
ISO timestamp for when the conversation was created.
ISO timestamp for when the conversation was last updated.
The user’s phone number in the conversation.
The assistant’s phone number in the conversation.
Variables stored on the conversation, or
null
if none.The current node ID in the pathway, if any.
The UUID of the current pathway being used in this conversation.
The specific version of the pathway being used (e.g., “latest”, “v1.0”).
ISO timestamp when the conversation timed out due to inactivity, if applicable. When set, the conversation will not respond to new user messages but will store them.
Whether the conversation is still active.
An array of message objects in the conversation, sorted chronologically.
Unique ID of the message.
ISO timestamp of when the message was created.
The message body.
Sender phone number.
Receiver phone number.
Either
"USER"
or "AGENT"
to indicate who sent the message.Delivery status of the message (e.g.
"delivered"
, "failed"
).Twilio error code if the message failed, otherwise
null
.null
on success, or a list of error objects if a failure occurred.