Skip to main content
GET
List conversations

Authorizations

x-api-key
string
header
required

Send the API key in the x-api-key header.

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer | null
default:0
Required range: x >= 0
include
string
filters
string

A URL-encoded JSON array of filter conditions, all AND-ed together. Each condition is { "attribute", "operator", "value", "valueType"? }. Allowed attributes: id, type, status, urgency, assigneeId, conversationAssigneeGroupId, requesterId, createdAt. Allowed operators: =, !=, in, not_in, ilike, not_ilike, <, <=, >, >=, is_null, is_not_null. value is always a string; set valueType (one of boolean, number, number[], string, string[]) to coerce it — e.g. "boolean" for a true/false attribute or "string[]" for the in operator.

sort
string

Comma-separated list of fields to sort by, applied in order; prefix a field with - for descending. Allowed fields: createdAt, lastMessageReceivedAt, subject, status, urgency.

Response

Paginated list of conversations

data
object[]
required
meta
object
required