Skip to main content
GET
List messages in a conversation

Authorizations

api_access_token
string
header
required

API Access Token (underscore format)

api_account_id
string
header
required

Account ID (underscore format for unified message endpoints)

Path Parameters

account_id
string
required

ID of the account in Domix AI

Example:

"16"

conversation_id
integer
required
Example:

102

Response

200 - application/json

Successfully retrieved conversation messages

id
integer
Example:

56

content
string
Example:

"Hello!"

message_type
string
Example:

"outgoing"

created_at
integer
Example:

1693500000

private
boolean
Example:

false

status
string
Example:

"sent"

sender
object
attachments
object[]