v8
OpenAPI 3.1.02026-08-033623795.0 MBList support channels
Returns a paginated list of support channels for a specific company, with optional filtering by resolution status and custom sorting.
Required permissions:
- support_chat:read
Query parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
The unique identifier of the company to list support channels for. Includes channels of child companies. When omitted, returns support channels across all companies the user has access to.
The perspective to filter support channels by.
Whether to filter by open or resolved support channels. Set to true to only return channels awaiting a response, or false for resolved channels.
The direction of the sort.
Sort options for message channels
Response
A successful response
Example response
{
"data": [
{
"custom_name": "Project Alpha Team",
"customer_user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
},
"last_message_at": "2023-12-01T05:00:00.401Z",
"resolved_at": "2023-12-01T05:00:00.401Z"
}
]
}