get
https://company_subdomain.talkpush.com/api/talkpush_services/agents//calls
Returns a paginated list of call records handled by the given agent, ordered by most recent first. Each record includes the associated application (candidate / campaign invitation) context, extracted data, interview insights, transcript, and a link to the call recording when available.
Optional filters:
status: filter by call status.start_date+end_date: filter by creation date range. Both parameters must be provided together. Any format accepted byTime.zone.parseis supported (e.g.2026-04-01,2026-04-01T00:00:00Z).
400Bad request. Possible messages:
start_date and end_date are both required when filtering by date(when only one of the two date parameters is supplied).Invalid date format for start_date or end_date(when a date parameter cannot be parsed).status must be one of: <allowed values>(when the provided status is not recognized).
401Invalid API key.
404Agent not found.
500Internal server error, we will provide you with the exception message of the application.
