---
title: "Retrieves ChannelRecordings in the specified Application"
method: GET
path: "/Applications/{applicationId}/ChannelRecordings"
tags: ["ChannelRecordings"]
---

# Retrieves ChannelRecordings in the specified Application

`GET /Applications/{applicationId}/ChannelRecordings`

## Path parameters

- `applicationId` string, required

## Query parameters

- `$skip` integer
- `$top` integer
- `$filter` string
- `api-version` string
- `$filter` string
- `$count` boolean

## Response `200`

Success

- ChannelRecordingIEnumerableODataValue
  - `value` ChannelRecording[], nullable
    - `tag` string, nullable
    - `applicationId` string, nullable
    - `channelId` string, nullable
    - `startTimestamp` string, date-time
    - `stopTimestamp` string, date-time
    - `expiryTimestamp` string, date-time, nullable
    - `hasAudio` boolean, nullable
    - `hasVideo` boolean, nullable
    - `fileName` string, nullable
    - `audioFileName` string, nullable
    - `videoFileName` string, nullable
    - `fileSize` integer, nullable
    - `audioFileSize` integer, nullable
    - `videoFileSize` integer, nullable
    - `ready` boolean
    - `audioReady` boolean
    - `videoReady` boolean
    - `url` string, nullable
    - `audioUrl` string, nullable
    - `videoUrl` string, nullable
    - `filePath` string, nullable
    - `audioFilePath` string, nullable
    - `videoFilePath` string, nullable
    - `objectKey` string, nullable
    - `audioObjectKey` string, nullable
    - `videoObjectKey` string, nullable
    - `ingested` boolean
    - `muxPending` boolean, nullable
    - `movePending` boolean, nullable
    - `audioMovePending` boolean, nullable
    - `videoMovePending` boolean, nullable
    - `muxEnabled` boolean, nullable
    - `moveEnabled` boolean, nullable
    - `deleteFiles` boolean, nullable
    - `recordingPath` string, nullable
    - `muxArgs` string[], nullable
    - `muxSeconds` integer, nullable
    - `moveSeconds` integer, nullable
    - `audioMoveSeconds` integer, nullable
    - `videoMoveSeconds` integer, nullable
    - `deleted` boolean, nullable
    - `deletedOn` string, date-time, nullable
    - `deletedBy` string, uuid, nullable
    - `id` string, uuid, required
    - `createdOn` string, date-time
    - `createdBy` string, uuid
    - `modifiedOn` string, date-time, nullable
    - `modifiedBy` string, uuid, nullable
    - `metadata` string, nullable

---

[API](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api.md) · [All operations](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liveswitch/liveswitch-cloud-api/revisions/1b39d4a01c13/schema)
