Skip to main content
Question

Fetch calls in the API by contact

  • August 5, 2025
  • 3 replies
  • 43 views

Forum|alt.badge.img

Hi there,

 

Is it possible to fetch calls by contact using the GET /calls or another endpoint?

 

Best regards,

Jaap

3 replies

elijah
Clari
Forum|alt.badge.img+12
  • Clari
  • August 11, 2025

Hi ​@Jaap Karan Singh— Thanks for reaching out and sharing this question!

You may be able to accomplish this by using one of the query parameters to filter on users/attendees.  More information on this can be found here.  

  • You can fetch a paginated list of calls using the GET /calls endpoint.
  • You can filter the calls by various parameters, including users, attendees, topics, and call status.

The API returns results in pages, and you can navigate through them using the limit and skip parameters. The maximum number of calls you can fetch per page is 100. To get detailed information for a single call, including the transcript, summary, and analytics, you would need to use the GET /call-details endpoint with the specific call_id.

Please let me know if that helps or if we can offer any additional information here.  


Forum|alt.badge.img

Thank you, I appreciate the response. For now, we will fetch all calls and catalog in another data source for querying by account.


elijah
Clari
Forum|alt.badge.img+12
  • Clari
  • August 12, 2025

Hi ​@Jaap Karan Singh— Anytime!  Sounds good.  If we can be of any additional help here, please let us know.  🙂