GET
/
v3
/
semantic_model
/
documentation_agents
curl --request GET \
  --url https://agent-prod.studio.lyzr.ai/v3/semantic_model/documentation_agents \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "message": "Successfully fetched agents",
  "documentation_agents": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

Response

200
application/json

A list of documentation agent IDs

The response is of type object.