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.
Documentation IndexFetch the complete documentation index at: https://docs.lyzr.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
Use this file to discover all available pages before exploring further.
A list of documentation agent IDs
"success"
"Successfully fetched agents"