List call metrics
Fetch all call-level metrics for a specific call, including both system-generated and custom metrics. Only returns rows from the latest metric-collection job per metric — if the same metric has been recomputed, prior runs are excluded and remain in the metric history. By default returns only successfully computed metrics; pass ?status=all to also include rows that resolved as NOT_APPLICABLE / DATA_MISSING / ERROR (the value field is omitted on those entries — check captureStatus).
Path parameters
Query parameters
Whether to return a flat list instead of grouped by metric definition (default: false)
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.
Response
Call-level metrics for a specific call
Changes
Changed in 1 of the 105 revisions of this API.5163
- ▲
the
data/items/values/items/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/values/items/computedAtfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/values/items/confidencefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/values/items/contextfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/values/items/valuefrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
data/items/values/items/fromSegmentfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/values/items/participantRolefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/values/items/policyIdsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/values/items/segmentfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/values/items/toSegmentfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/items/values/items/valueReasoningfrom the response with the200statusresponse-optional-property-removed
- ●
added the new
conflictenum value to thetyperesponse property for the response status401response-property-enum-value-added
- ●
added the new
conflictenum value to thetyperesponse property for the response status403response-property-enum-value-added
- ●
added the new
conflictenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
conflictenum value to thetyperesponse property for the response status429response-property-enum-value-added
- ●
added the new
conflictenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ●
added the new
payment_requiredenum value to thetyperesponse property for the response status401response-property-enum-value-added
- ●
added the new
payment_requiredenum value to thetyperesponse property for the response status403response-property-enum-value-added
- ●
added the new
payment_requiredenum value to thetyperesponse property for the response status404response-property-enum-value-added
- ●
added the new
payment_requiredenum value to thetyperesponse property for the response status429response-property-enum-value-added
- ●
added the new
payment_requiredenum value to thetyperesponse property for the response status500response-property-enum-value-added
- ○
added the new optional
queryrequest parameterstatusnew-optional-request-parameter
- ○
added
subschema #1: Standard metric valuesubschema #2: Property verification metric valueto thedata/items/values/items/response propertyanyOflist for the response status200response-property-any-of-added
- ○
added the required property
data/items/slugto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲