---
title: "Get files in a recording"
method: GET
path: "/api/recordings/{recording_id}"
tags: ["Recordings"]
---

# Get files in a recording

`GET /api/recordings/{recording_id}`

## Path parameters

- `recording_id` string, required

## Response `200`

Recording file list

- RecordingFiles
  - `recording_id` string
  - `files` object[]
    - `name` string
    - `size` integer
    - `type` string

---

[API](https://skmtc.dev/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.dev/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/revisions/82c114c37196/schema)
