Search calls
Find calls made by an Agent (formerly Interview). You can filter and search calls based on various criteria.
Authorizations
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.
Path Parameters
The ID of the Agent (formerly Interview) that made the call. This ID can be found in the URL of the Agent page.
Query Parameters
Search term to filter call responses by relevant properties.
Filter responses by tags associated with them.
Filter responses by status (e.g., 'success', 'failure').
Filter responses by the associated job ID.
Specify the page of results to retrieve (pagination).
x >= 0
Specify the maximum number of responses to return per page (pagination). The default is 20.
1 <= x <= 50
Response
The generic response format for all API requests. This structure ensures consistency in how success and error information is returned to the caller.
Contains the response data for the successful request. This field will vary based on the specific API endpoint being called and contains the main data returned from the API. For example, it may include information about a created contact, agent, or webhook subscription.
An object containing error details, if any. This field will be populated if the API request fails or encounters an error. If the request is successful, this field will be null or omitted.
Was this page helpful?