Sign in

Get call completion details

documented

Retrieve completed call details for a user. Query parameters: startDate, endDate, page.

GET https://app.klenty.com/apis/v1/user/{username}/callsCadencesno implementation yet0 runs
No 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"
Get call completion details · Klenty · OpenIntegrations