List agents
Agents
List Agents
Lists agents for the API key’s company with pagination.
GET
List agents
Lists all agents (interview templates) for the API key’s company with pagination support.
Overview
The list agents endpoint allows you to retrieve all available AI interview agents in your company. This is useful for finding existing agents before creating interviews, managing agent configurations, and auditing your agent library.Use Cases
- Find Existing Agents: Locate agents before scheduling interviews
- Agent Management: Review and audit all configured agents
- Bulk Operations: Retrieve agents for bulk interview scheduling
- Agent Discovery: Browse available agents by type or purpose
Basic Usage
With Pagination
Finding Agents for Interviews
Company Scoping
All returned agents belong to your API key’s company. ATS keys can filter bycompanyId to access agents from specific companies they manage.
Related Resources
Agents Resource Guide
Learn about agent configuration and best practices
Create Agent
Create new interview agents
Pagination Guide
Understand pagination best practices
Authorizations
API key for authentication using Bearer scheme
Query Parameters
Page number (1-based)
Required range:
1 <= x <= 10000Example:
1
Number of items per page
Required range:
1 <= x <= 100Example:
20
Filter agents by company ID. If omitted, defaults to the API key's company.
Example:
"123e4567-e89b-12d3-a456-426614174000"