Skip to main content
GET
List messages in a company-agent conversation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

companyId
string
required

CRM company (account) ID.

Required string length: 1 - 64
cid
string
required

Conversation ID returned by POST /deals/{dealId}/conversations (or the company equivalent).

Required string length: 1 - 128

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200
after
string
order
enum<string>
Available options:
asc,
desc

Response

Messages page.

conversation_id
string
required
messages
object[]
required
next_cursor
string | null
required