cURL
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>" ] }
Fetches documentation agents for the authenticated user.
A list of documentation agent IDs
The response is of type object.
object