Conversations
List Conversations
GET
/
conversations
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
status
enum<string>
The status of the conversations.
Available options:
started
, ended
, queued
created_before
string
The date before which the conversations were created.
created_after
string
The date after which the conversations were created.
index
integer
default: 1The index of the page to return.
limit
integer
default: 100The limit of items to return in the page.
Response
200 - application/json
items
object[]
requiredThe list of conversations returned.
index
integer
requiredThe current index of the page selected.
has_more
boolean
requiredThe total number of conversations.