Retrieve details of a specific voice agent by ID
Documentation Index
Fetch the complete documentation index at: https://docs.talkover.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer talq_your_environment_token_hereen-US, pt-BR, etc.low, medium, high.inbound, outbound.agent, user.draft, published.| Code | Description | HTTP Status |
|---|---|---|
AGENT_NOT_FOUND | Specified agent does not exist | 404 |
INVALID_TOKEN | Authentication token is invalid or missing | 401 |
UNAUTHORIZED | User does not have permission to access this agent | 403 |
GET /api/v1/agentsPOST /api/v1/agentsPUT /api/v1/agents/{agent_id}/knowledgePUT /api/v1/agents/{agent_id}/voicePUT /api/v1/agents/{agent_id}/callingPOST /api/v1/agents/{agent_id}/publishPOST /api/v1/agents/{agent_id}/unpublishDELETE /api/v1/agents/{agent_id}