List or fetch call sessions (call logs)
Full URL: GET https://api.kupe.in/api/v1/call-analytics
request_id: one session by internal request id (404 if not found).page+page_size: paginated{ items, total, page, page_size }.- Neither: full list (subject to
call_analytics/call_logsfeature flags).
Query filter: search request id or call type. Super-admins may pass scope, organization_ids,
owner_user_ids, platform_roles, etc., per backend support.
Session JSON may include post_call_analysis_results and related fields when not HIPAA-redacted.
Authorizations
Kupe dashboard API key for your user.
Query Parameters
When set, return exactly one session.
x >= 11 <= x <= 100Search request_id or call type (alias for backend search_filter).
Response
One session, paginated wrapper, or array — see backend behavior.
Deployment-specific JSON (call sessions, billing views, tool defs). See prose on each operation and the Platform REST APIs guide page.