Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.duvo.ai/v2/agents/{agent_id} \ --header 'Authorization: Bearer <token>'
{ "agent": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slack_enabled": true, "microsoft_teams_enabled": true, "agentic_memory_enabled": true, "team_id": "<string>", "thread_id": "<string>", "created_at": "<string>", "updated_at": "<string>", "folder_id": "<string>", "pinned_at": "<string>", "created_by": { "id": "<string>", "name": "<string>", "email": "<string>" }, "updated_by": { "id": "<string>", "name": "<string>", "email": "<string>" } } }
Get an agent by ID.
API key authentication. Get your API key from the Duvo dashboard.
The agent's unique identifier
Default Response
Show child attributes