Skip to main content
GET
List messages in a conversation

Authorizations

Authorization
string
header
required

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

Path Parameters

conversation_id
integer
required

The ID of the conversation to post a message to

Required range: x >= 0

Query Parameters

limit
integer
default:100

Number of results to return in a single response.

offset
integer
default:0

The offset of the first result to be returned.

sort
enum<string>

Sort of the messages.

Available options:
-CREATED_AT,
CREATED_AT
must_include_text
boolean

Fetch messages that have text

created_on_or_after
string<date-time>

Fetch messages on or after this date.

created_on_or_before
string<date-time>

Fetch messages on or before this date.

Response

OK

data
object[]
read-only

A list of messages.

paging
object

Pagination data