Skip to main content
POST
List chats

Authorizations

Authorization
string
header
required

Customer access token obtained from the customer authorization flow.

Query Parameters

organization_id
string
required

Unique identifier of the organization.

Body

application/json
limit
integer
default:10

Maximum number of records per page.

Required range: x <= 25
sort_order
enum<string>
default:desc

Sort order. Chat summaries are sorted by the creation date of the last thread.

Available options:
asc,
desc
page_id
string

The pagination token.

Response

200 - application/json

Chat info.

total_chats
integer

Estimated total number of chats. The real number can slightly differ.

next_page_id
string

The pagination token for the next page.

previous_page_id
string

The pagination token for the previous page.

chats_info
object[]