Agents
List Agent
GET
/
agents
Authorizations
Authorization
string
headerrequiredBearer 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: 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 agents returned.
index
integer
requiredThe current index of the page selected.
has_more
boolean
requiredWhether there is a next page.