Canales y Conversaciones
Get Message
Retrieve a single message by its ID
GET
Returns the details of a specific message in a conversation thread.
Headers
string
requerido
Your API key for authentication.
Path Parameters
string
requerido
The UUID of the message to retrieve.
Response
string
Unique identifier of the message (UUID).
string
UUID of the thread this message belongs to.
string
Sender role:
human (sent by a user or agent) or assistant (sent by AI).string
Message type:
text, image, video, audio, document, template, location.string
Text content of the message.
object
Media attachment details, present for non-text message types.
string
The sender’s identifier (phone number or display value).
string
How the message was sent:
webapp, ai_agent, or whatsapp (inbound).string
Delivery status:
pending, sent, delivered, read, failed.string
UUID of the user who sent the message.
null for AI-generated or API key messages.string
Timestamp when the message was created (ISO 8601).
Error Codes
401 Unauthorized— Invalid or missing API key404 Not Found— Message not found or does not belong to your organization500 Internal Server Error— Server-side error
