---
title: "Read Transcription for Specific Call"
method: GET
path: "/domains/{domain}/transcriptions"
tags: ["Transcriptions & Sentiment", "44.3"]
---

# Read Transcription for Specific Call

`GET /domains/{domain}/transcriptions`

## Path parameters

- `domain` string, required — This is the main organization name. This is used to link resource to its group/tenant/organization/enterprise. Then using in path for GET you can set to "~" to use the domain name linked to your token/key instead of the domain name itself when reading for your own domain.

## Query parameters

- `id` number, required
- `date` string, required
- `callid` string, required
- `orig_callid` string
- `term_callid` string
- `by_callid` string

## Response `200`

- Transcription
  - `call-intelligence-job-id` integer — This is the main ID identifying the transcription job and will link all intelligence features.
  - `call-intelligence-processing-status` string — This is the status of the transcription and intelegence work. The data will be enter as soon as the request is made to remote vendor, but might not be availabel fully untill status is "finished"
  - `created-datetime` string, da — The date-time of the request for transcription.
  - `call-id` string — The linked call-id for the SIP call being recorded. Could be an orig_callid or term_callid depending on who requested recording and type of call.
  - `call-intelligence-features-enabled` string — List of features enabled for request.
  - `call-intelligence-summary` string — The main summary of the call when available.
  - `call-intelligence-topics-top` string[] — The list of top topics detected on the call based on frequency.
  - `call-intelligence-duration-seconds` number — The duration in seconds for the length of time where detected voice was seen.
  - `call-intelligence-duration-seconds-negative` integer — The duration in seconds for the length of time where detected voice was seen with a Negative sentiment
  - `call-intelligence-duration-seconds-neutral` number — The duration in seconds for the length of time where detected voice was seen.
  - `call-intelligence-duration-seconds-positive` number — The duration in seconds for the length of time where detected voice was seen with a Positve sentiment
  - `call-intelligence-ending-duration-seconds` number
  - `call-intelligence-ending-duration-seconds-negative` integer
  - `call-intelligence-ending-duration-seconds-neutral` number
  - `call-intelligence-ending-duration-seconds-positive` number
  - `call-intelligence-ending-percent-negative` integer
  - `call-intelligence-ending-percent-neutral` integer
  - `call-intelligence-ending-percent-positive` integer
  - `call-intelligence-ending-sentiment-scale` integer
  - `call-intelligence-percent-negative` integer
  - `call-intelligence-percent-neutral` integer
  - `call-intelligence-percent-positive` integer
  - `call-intelligence-segments` object[]
    - `speaker` string, required
    - `comment` string, required
    - `sentiment` string, required
    - `start-time` string, required
    - `end-time` string, required
  - `call-intelligence-summary-status` string
  - `call-intelligence-topics-all` string[] — The complete list of detected topics in the conversation
  - `errors` string — If errors are present it will display here.
  - `last-modified-datetime` string, date — The modified time of the transcription job. Difference between this and created-datetime will be the duration of the job in most cases.

## Other responses

- `400`
- `401`
- `404`

---

[API](https://skmtc.net/ns-api/apis/netsapiens-api-v2.md) · [All operations](https://skmtc.net/ns-api/apis/netsapiens-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ns-api/netsapiens-api-v2/revisions/d37f65b5b886/schema)
