Skip to main content
GET
/
api
/
v3
/
agents
List Agents
curl --request GET \
  --url https://api.nugen.in/api/v3/agents \
  --header 'Authorization: Bearer <token>'
{
  "agents": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

include_inactive
boolean | null
default:false

Response

Returns a comprehensive list of all agents created by the user

agents
Agents · object[]
required

List of agent objects with their configuration, status, deployment info, and usage statistics