GET
/
conversations

Authorizations

Authorization
string
headerrequired

Bearer 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: 1

The index of the page to return.

limit
integer
default: 100

The limit of items to return in the page.

Response

200 - application/json
items
object[]
required

The list of conversations returned.

index
integer
required

The current index of the page selected.

has_more
boolean
required

The total number of conversations.