GET
/
agents

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

created_after
string

The date after which the agent was created.

created_before
string

The date before which the agent was 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
has_more
boolean
required

Whether there is a next page.

index
integer
required

The current index of the page selected.

items
object[]
required

The list of agents returned.