GET
List Conversations

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 200
offset
integer
default:0
Required range: x >= 0
agent_id
string<uuid> | null
contact_key
string | null

Only conversations with this contact - their whole history with you.

Response

Successful Response

has_more
boolean
required
items
ConversationResponse · object[]
required
limit
integer
required
offset
integer
required