v1
latestOpenAPI 3.0.02026-07-1313126.3 KBagent
Get agents
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.
get/interview
Query parameters
searchstring
Search term to filter Agents by title, name, or other relevant properties.
status'ACTIVE' | 'ARCHIVED'
Filter Agents by their current status. Choose either 'ACTIVE' or 'ARCHIVED'.
sort'title_asc' | 'title_desc' | 'created_asc' | 'created_desc'
Specify the field to sort the Agents by, such as 'title' or 'created date'.
all_interviewsboolean
Set to true to return all Agents, including archived ones.
pageinteger
Specify the page of results to retrieve (pagination).
limitinteger
Specify the maximum number of Agents to return per page (pagination). The default is 20.
Response
Successful response