Skip to main content
GET
List agents for organization

Authorizations

apiKey
string
header
required
orgId
string
header
required

Query Parameters

agentId
string

Filter by agent ID

status
enum<string>

Filter by agent status

Available options:
ACTIVE,
SUSPENDED,
REVOKED
from
string<date-time>

Filter agents created after this date (ISO8601)

to
string<date-time>

Filter agents created before this date (ISO8601)

offset
integer
default:0
limit
integer
default:50
order
enum<string>
default:DESC
Available options:
ASC,
DESC

Response

List of agents

data
object[]
total
integer
hasMore
boolean