---
title: "Get all recordings"
method: GET
path: "/api/recordings"
tags: ["recordings"]
---

# Get all recordings

`GET /api/recordings`

## Response `200`

Successful Response

- RecordingInfo[]
  - `path` string, required
  - `name` string, required
  - `format` string, required
  - `duration` string, required
  - `size` string, required
  - `created` string, required

---

[API](https://skmtc.dev/dwe/apis/dwe-os-api.md) · [All operations](https://skmtc.dev/dwe/apis/dwe-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dwe/dwe-os-api/revisions/5e114c13cb12/schema)
