Skip to main content
GET
List conversations

Authorizations

Authorization
string
header
required

Create an API key from Settings → API in an approved Partner workspace.

Query Parameters

updatedAfter
string

Include conversations with message activity on or after this date or timestamp.

creatorId
string

Return the conversation with this creator, if one exists.

isUnread
boolean
isArchived
boolean
isBlocked
boolean
q
string

Case-insensitive search across names and message text.

Required string length: 2 - 200
include
enum<string>

Set to creator to include creator details.

Available options:
creator
limit
integer
default:50
Required range: 1 <= x <= 250
cursor
string

Opaque cursor returned by the previous page.

Response

A page of conversations.

data
object[]
required
pagination
object
required