---
title: "List call sentiment runs"
method: GET
path: "/v1/call/{callId}/sentiment-run"
tags: ["Call"]
---

# List call sentiment runs

`GET /v1/call/{callId}/sentiment-run`

Fetch detailed sentiment analysis results for a specific call, including emotional tone, key phrases, and sentiment scores.

## Path parameters

- `callId` string, uuid, required — ID of the call to fetch sentiment run for

## Response `200`

Sentiment analysis for a specific call

- object
  - `data` object, required — Sentiment run response payload
    - `status` string, required — Status of the sentiment run
    - `averageSentiment` number — Average sentiment score between 0-1 of the call
    - `averageCategoricalSentiment` string — NEUTRAL / NEGATIVE / POSITIVE
    - `commonEmotion` string — Common emotion of the call

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/roarkhq/apis/roark-analytics-api.md) · [All operations](https://skmtc.net/roarkhq/apis/roark-analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roarkhq/roark-analytics-api/versions/83528d3618ef/schema)
