Skip to main content
GET
List all conversations for your tenant

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer sk_live_... (production) or Bearer sk_test_... (staging). Obtain keys from Settings → Developer Console.

Query Parameters

status
enum<string>

Filter by status

Available options:
open,
closed,
pending
priority
enum<string>

Filter by priority

Available options:
low,
medium,
high,
urgent
assignedTo
string

Filter by assigned user ID

inboxId
string

Filter by inbox ID

customerId
string

Filter by customer ID

page
integer
default:1

Page number

limit
integer
default:50

Items per page

Required range: x <= 100

Response

200 - application/json

List of conversations

success
boolean
data
object[]
pagination
object