Skip to main content
GET
List agents

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer

Page number for pagination (default: 1)

Required range: x >= 1
Example:

1

limit
integer

Number of agents per page (default: 10, max: 100)

Required range: 1 <= x <= 100
Example:

10

Response

Successfully retrieved agents list

status
string
Example:

"success"

data
object[]
totalCount
integer

Total number of agents across all pages

Example:

15

pages
object