Call
List call sentiment runs
Fetch detailed sentiment analysis results for a specific call, including emotional tone, key phrases, and sentiment scores.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the call to fetch sentiment run for
Response
Sentiment analysis for a specific call
Sentiment run response payload
Previous
List call metricsFetch 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`).
Next
JavaScript