Skip to main content
GET
List messages in a conversation interaction

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 fetch messages for

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

Response

OK

data
object

Interation messages and participant data

paging
object

Pagination data