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.

Response

List of agents

id
string
Example:

"agent_abcdef123456"

name
string
Example:

"John Doe"

status
enum<string>
Available options:
setup_needed,
auth_needed,
auth_in_progress,
running,
paused,
disabled
Example:

"running"

login
string
Example:

"john.doe@example.com"

country
string
Example:

"US"

avatar
string
Example:

"https://example.com/avatar.jpg"

nextTask
string<date-time>
Example:

"2023-06-16T10:30:00Z"

alerts
object[]
Last modified on April 25, 2025