Get Agent
Returns a single agent, ensuring it belongs to the API key’s company.
Overview
The get agent endpoint returns complete information about a single agent, including its name, description, voice settings, interview type, questions, and evaluation criteria. Use this endpoint to review agent configuration before using it in interviews.Use Cases
- Review Agent Configuration: Inspect agent settings before scheduling interviews
- Validate Agent Details: Verify questions and evaluation criteria
- Agent Auditing: Review agent configurations for compliance
- Configuration Reference: Get agent details for documentation or reporting
Response Data
The response includes all agent configuration:When to Use
Use this endpoint when you need complete agent details. For listing multiple agents, use the List Agents endpoint instead.Company Isolation
You can only access agents that belong to your API key’s company. Attempting to access an agent from another company will result in a403 Forbidden error.
Error Scenarios
- 404 Not Found: Agent doesn’t exist or has been deleted
- 403 Forbidden: Agent belongs to a different company
Related Resources
Agents Resource Guide
Update Agent
List Agents
Authorizations
API key for authentication using Bearer scheme
Path Parameters
Query Parameters
Required for ATS API keys to specify which company to access. Ignored for standard company API keys.
Response
Agent ID
"123e4567-e89b-12d3-a456-426614174000"
Agent name
"Frontend Developer Interview"
Type of the agent
UNDEFINED, ONLINE, PHONE "ONLINE"
Focus of the agent. GENERIC: For jobless interviews where candidates don't need job assignments. SCREENING: Initial candidate screening and assessment. OUTREACH: Candidate outreach and engagement. LANGUAGE_TEST: Language proficiency assessment.
GENERIC, SCREENING, OUTREACH, LANGUAGE_TEST "SCREENING"
Language of the interview
UNDEFINED, EN, JA, ZH, DE, HI, FR, KO, PT, IT, ES, ID, NL, TR, FIL, PL, SV, BG, RO, AR, CS, EL, FI, HR, MS, SK, DA, TA, UK, RU, HU, NO, VI "EN"
Duration of the interview in minutes
30
Agent creation timestamp (UTC)
"2025-11-20T10:30:00Z"
Agent last update timestamp (UTC)
"2025-11-20T10:30:00Z"
List of questions for the interview
["What is your experience with React?"]Additional instructions for the interview
"Focus on technical skills and previous project experience"
Voice ID for the AI interview
ALEX, PETER, MIRIAM, SUE, VIERA, CASANDRA, SILVIA, MICHAEL, LUKE, EMMA, SARAH, EVA Company ID that owns the agent
"123e4567-e89b-12d3-a456-426614174000"
Custom metadata
{ "department": "Sales" }CEFR level for language test agents
A1, A2, B1, B2, C1, C2 "B1"
Ambient background sound during calls (OFFICE or OFF). Null means no override is set and the default applies.
OFF, OFFICE "OFFICE"