Skip to main content
GET
List all agents

Authorizations

Authorization
string
header
required

An API key from your Devic console, sent as Authorization: Bearer <key>. An embedded front end sends a tenant-session token instead, so no API key reaches the browser, and an OAuth integration sends its access token. Missing, invalid or expired credentials get a 401. See Authentication.

Query Parameters

offset
integer
default:0

Number of items to skip

limit
integer
default:10

Maximum number of items to return

Required range: x <= 100
archived
boolean

Filter by archived status

Response

Agents retrieved successfully

agents
object[]

Array of agents

total
integer

Total count of agents

offset
integer

Current page offset

limit
integer

Items per page

hasMore
boolean

Whether there are more items