Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

callId
string
required

Query Parameters

flatten
string

Whether to return a flat list instead of grouped by metric definition (default: false)

status
enum<string>
default:success

Filter metrics by capture status. success (default) returns only successfully computed metrics — backwards-compatible with the historical behavior. all also returns NOT_APPLICABLE / DATA_MISSING / ERROR rows (with value omitted), so clients can distinguish "still computing" from "computed but no value" and exit retry loops correctly.

Available options:
success,
all

Response

Call-level metrics for a specific call

data
object[]
required

Conversation metrics response payload grouped by metric definition