GET
/
api
/
v3
/
agents
/
curl --request GET \
  --url https://api.nugen.in/api/v3/agents/ \
  --header 'Authorization: Bearer <token>'
{
  "agents": [
    {}
  ],
  "agentCreationConfig": {},
  "testConversation": [
    {}
  ]
}

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

200
application/json

Successful Response

Response model for agent list endpoint.