Skip to main content
GET
/
api
/
v1
/
call-analytics
List or fetch call sessions (call logs)
curl --request GET \
  --url https://api.kupe.in/api/v1/call-analytics \
  --header 'x-api-key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://kupe.in/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
default:YOUR_KUPE_API_KEY
required

Kupe dashboard API key for your user.

Query Parameters

request_id
string

When set, return exactly one session.

page
integer
Required range: x >= 1
page_size
integer
Required range: 1 <= x <= 100
filter
string

Search request_id or call type (alias for backend search_filter).

scope
string
organization_ids
string
owner_user_ids
string

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.