GET
/
api
/
v3
/
agents
/
List 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

Successful Response

Response model for agent list endpoint.

agents
Agents · object[]
required
agentCreationConfig
object
required
testConversation
Testconversation · object[]
required