← Tools Reference

Clari Copilot

Clari Copilot integration (Data, Productivity). Imported from open-connector.

API key5 toolshttps://rest-api.copilot.clari.com
GET
clari_copilot_list_users
List current users in the Clari Copilot workspace.

/users

GET
clari_copilot_list_topics
List Clari Copilot topics, optionally filtered by last modified time.

/v2/topics

2 parameters
ParamTypeRequiredDescription
filterModifiedLtstringoptionalReturn topics modified before this timestamp. Use the date-time format accepted…
filterModifiedGtstringoptionalReturn topics modified after this timestamp. Use the date-time format accepted …
GET
clari_copilot_list_calls
List Clari Copilot calls with supported filters, sorting, and pagination.

/calls

20 parameters
ParamTypeRequiredDescription
skipintegeroptionalThe number of calls to skip.
limitintegeroptionalThe number of calls to return.
filterUserarrayoptionalFilter calls by Clari Copilot user email.
filterAttendeesarrayoptionalFilter calls by external attendee email.
filterTopicsarrayoptionalFilter calls by topic name.
filterStatusarrayoptionalFilter calls by status.
filterTypearrayoptionalFilter calls by source type.
filterSourceIdarrayoptionalFilter calls by source IDs.
filterTimeGtstringoptionalReturn calls scheduled or started after this time. Use the date-time format acc…
filterTimeLtstringoptionalReturn calls scheduled or started before this time. Use the date-time format ac…
filterModifiedGtstringoptionalReturn calls modified after this time. Use the date-time format accepted by the…
filterModifiedLtstringoptionalReturn calls modified before this time. Use the date-time format accepted by th…
filterDurationGtintegeroptionalReturn calls longer than this duration in seconds.
filterDurationLtintegeroptionalReturn calls shorter than this duration in seconds.
sortTimestringoptionalSort direction.
sortProcessedstringoptionalSort direction.
includePrivatebooleanoptionalWhether private calls should be included.
includeAudiobooleanoptionalWhether signed audio URLs should be included.
includeVideobooleanoptionalWhether signed video URLs should be included.
includePaginationbooleanoptionalWhether pagination metadata should be included.
GET
clari_copilot_get_call_details
Retrieve one Clari Copilot call with transcript, summary, and optional media URLs.

/call-details

3 parameters
ParamTypeRequiredDescription
idstringrequiredThe Clari Copilot call ID.
includeAudiobooleanoptionalWhether a signed audio URL should be included.
includeVideobooleanoptionalWhether a signed video URL should be included.
GET
clari_copilot_list_scorecards
List Clari Copilot scorecards with pagination and scorer filters.

/scorecard

6 parameters
ParamTypeRequiredDescription
skipintegeroptionalThe number of scorecards to skip.
limitintegeroptionalThe number of scorecards to return.
filterTimeGtstringoptionalReturn scorecards after this timestamp. Use the date-time format accepted by th…
filterTimeLtstringoptionalReturn scorecards before this timestamp. Use the date-time format accepted by t…
filterRepIdstringoptionalFilter scorecards by scored rep user ID.
filterScorerIdstringoptionalFilter scorecards by scorer user ID.