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}/revisions/{build_id}/integrations \ --header 'Authorization: Bearer <token>'
{ "integrations": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "integration_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "custom_integration_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "integration_type": "<string>", "integration_name": "<string>", "created_at": "<string>" } ] }
List integrations attached to an agent revision.
API key authentication. Get your API key from the Duvo dashboard.
Agent ID
Build ID
Default Response
Show child attributes