---
title: "Get call recording properties."
method: GET
path: "/calling/serverCalls/{serverCallId}/recordings/{recordingId}"
tags: ["Recording"]
---

# Get call recording properties.

`GET /calling/serverCalls/{serverCallId}/recordings/{recordingId}`

## Path parameters

- `serverCallId` string, required
- `recordingId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

Returns the recording state.

- CallRecordingProperties — The response payload of get call recording properties operation.
  - `recordingState` 'active' | 'inactive', required — The state of the recording

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.dev/azure/apis/communication-callingserver.md) · [All operations](https://skmtc.dev/azure/apis/communication-callingserver/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/communication-callingserver/revisions/85ed6f36b472/schema)
