---
title: "Get the Annotation for a specific Call."
method: GET
path: "/v1/Voice/{CallSid}/Annotation"
tags: ["InsightsV1Annotation"]
---

# Get the Annotation for a specific Call.

`GET /v1/Voice/{CallSid}/Annotation`

Get the Annotation for a specific Call.

## Path parameters

- `CallSid` string, required

## Response `200`

OK

- InsightsV1CallAnnotation
  - `call_sid` string, nullable — The unique SID identifier of the Call.
  - `account_sid` string, nullable — The unique SID identifier of the Account.
  - `answered_by` 'unknown_answered_by' | 'human' | 'machine'
  - `connectivity_issue` 'unknown_connectivity_issue' | 'no_connectivity_issue' | 'invalid_number' | 'caller_id' | 'dropped_call' | 'number_reachability'
  - `quality_issues` string[], nullable — Specifies if the call had any subjective quality issues. Possible values are one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, or `static_noise`.
  - `spam` boolean, nullable — Specifies if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call.
  - `call_score` integer, nullable — Specifies the Call Score, if available. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad].
  - `comment` string, nullable — Specifies any comments pertaining to the call. Twilio does not treat this field as PII, so no PII should be included in comments.
  - `incident` string, nullable — Incident or support ticket associated with this call. The `incident` property is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`.
  - `url` string, uri, nullable

---

[API](https://skmtc.net/twilio/apis/insights-v1.md) · [All operations](https://skmtc.net/twilio/apis/insights-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/insights-v1/revisions/f61c549dd40c/schema)
