Skip to main content
GET
List conversation messages

Authorizations

Authorization
string
header
required

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

Path Parameters

conversationId
string
required

Query Parameters

limit
integer
default:50
Required range: x <= 100
cursor
string

Opaque cursor from a previous response's nextCursor.

Response

List of messages.

items
object[]
required
nextCursor
string | null