This endpoint retrieves a list of Agents (formerly Interviews) available in your system. You can filter the list by status, search term, and sorting options.
API key for the user making the request. This can be found via the Developer Settings page in the dashboard.
Team identifier, used to scope requests to a specific team. This can be found via the Developer Settings page in the dashboard.
Search term to filter Agents by title, name, or other relevant properties.
Filter Agents by their current status. Choose either 'ACTIVE' or 'ARCHIVED'.
ACTIVE
, ARCHIVED
Specify the field to sort the Agents by, such as 'title' or 'created date'.
title_asc
, title_desc
, created_asc
, created_desc
Set to true to return all Agents, including archived ones.
Specify the page of results to retrieve (pagination).
x >= 0
Specify the maximum number of Agents to return per page (pagination). The default is 20.
1 <= x <= 50
Successful response
The generic response format for all API requests. This structure ensures consistency in how success and error information is returned to the caller.