Skip to main content
GET
List Org Agents

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

orgId
string<uuid>
required

The organization's unique identifier

Query Parameters

limit
integer
default:20

Number of agents per page (1-100, default 20)

Required range: 1 <= x <= 100
offset
integer

Number of agents to skip

Required range: 0 <= x <= 9007199254740991
team_id
string<uuid>

Filter to agents on this team

schedule_enabled
enum<string>

If true, only agents with at least one enabled schedule; if false, only agents with none (including agents that are never scheduled)

Available options:
true,
false
auto_disabled
enum<string>

If true, only agents whose schedule was switched off automatically (e.g. after repeated missing-connection failures); if false, only agents with no auto-disabled schedule

Available options:
true,
false

Response

Default Response

agents
object[]
required
total
number
required

Total agents matching the filters, ignoring pagination

limit
number
required

The limit that was applied

offset
number
required

The offset that was applied