Sign in

Query CDRs by organization

documented

Retrieve call detail records for an organization (requires orgId and time window).

GET /v1/partners/cdrsbyorgWebex Calling Partnerno 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://analytics-calling.webexapis.com/v1/partners/cdrsbyorg?orgId={{$orgId}}&startTime={{$startTime}}&endTime={{$endTime}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json"