v8

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01390206.4 KB
Messages

Get a message by id

get/messages/{messageId}

Path parameters

messageIdstring uuid required

Response

Message details

idstring uuid required
workspaceIdstring uuid required
conversationIdstring uuid nullable required
userIdstring uuid nullable required
whatsappMessageIdstring nullable required

Id of the message in the WhatsApp API

fromstring nullable required

WhatsApp id of the sender phone number

tostring nullable required

Recipient phone number

role'user' | 'assistant' | 'tool' | 'internal' required
statusstring nullable required

Delivery status reported by WhatsApp

typestring nullable required

Message type, e.g. text, image or interactive

contentstring nullable required

Textual content of the message, when it has one

contentDataobject nullable required

Type-specific payload of the message

createDatestring date-time required
sendDatestring date-time required
deliverDatestring date-time nullable required
readDatestring date-time nullable required