Skip to main content
GET
List a queue's conversations

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Queue uuid

Query Parameters

status
enum<string>
Available options:
Active,
Closed
label
string<uuid>

Filter by conversation label uuid; the 'Open' label also matches unlabeled conversations

channel
string

Filter by channel name (e.g. whatsapp, call)

sort_dir
enum<string>
default:desc
Available options:
asc,
desc
page
integer
default:1
per_page
integer
default:15
Required range: x <= 100

Response

Success