---
title: "Get Specific Recording by Callid for Domain"
method: GET
path: "/domains/{domain}/recordings/{callid}"
tags: ["Recordings"]
---

# Get Specific Recording by Callid for Domain

`GET /domains/{domain}/recordings/{callid}`

A user with sufficient scope may request recording data for calls to which they were not a party - but which are within their purview - using the domain and callid.

## 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.
- `callid` string, required

## Response `200`

- Recording[]
  - `call-recording-status` string — Status of the recording
  - `call-id` string — Call-ID associated with the recording
  - `call-recording-started-datetime` string — Date & time the recording started
  - `call-recording-ended-datetime` string — Date & time the recording stopped
  - `call-recording-remote-wav` string — Thie file location on the remote archive path.
  - `call-recording-remote-wav-size-kilobytes` integer — The file size in bytes which, if set, suggests that the file is located in remote storage
  - `call-recording-remote-storage-config-id` string — The config id for the file 's remote location.
  - `call-recording-match-pattern` string — This is the case id or the recording match the was used to trigger the request.
  - `call-recording-retrieved-datetime` string — This is the time at which the recoridng was requested.
  - `file-duration-seconds` integer — The duration of the recording in seconds.
  - `file-access-url` string — The main url to access the recording.
  - `geo-call-id` string — Corresponding Orig Call ID, if call_id is for a geo tunneled entry
  - `file-size-kilobytes` integer — The size of the recording in kilobytes

## 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)
