Get call completion details
documentedRetrieve completed call details for a user. Query parameters: startDate, endDate, page.
GET https://app.klenty.com/apis/v1/user/{username}/callsCadencesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://app.klenty.com/apis/v1/user/{{$username}}/calls?startDate={{startDate}}&endDate={{endDate}}&page={{page}}&limit={{limit}}" \
-X GET \
-H "x-API-key: {{KLENTY_API_KEY}}" \
-H "Accept: application/json"