Skip to main content
GET
Get agent details

Overview

Retrieve the full configuration of a specific voice agent, including ASR, LLM, and TTS settings, advance ASR parameters, pre-call variables, voicemail detection, call transfer configuration, post-call webhook, and FAQ status.

Required Permission

agents

Path Parameters

Example cURL

Response Fields

advanceSettings Fields

Response

Success (200)

Error Responses

403 Forbidden - Agent not found or not accessible

Use Cases

  • Reviewing an agent’s full configuration before making updates
  • Auditing agent settings for compliance or quality assurance
  • Fetching the current configuration as a baseline before a Update Agent call
  • Checking faqEnabled to determine whether an agent has a FAQ knowledge base
The response includes all configurable parameters for the agent. Use it to export or backup an agent’s complete configuration before making significant changes.
Save the requestId from every response. You will need it if you contact Inya support to trace a specific request.

Authorizations

x-api-key
string
header
required

API key with 'agents' permission

Path Parameters

botId
string
required

Unique identifier of the agent

Response

Agent details retrieved successfully

status
string
Example:

"success"

requestId
string
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

message
string
response
object