---
title: "Get a device recording"
method: GET
path: "/devices/{deviceId}/recordings/{recordingId}"
tags: ["Tools/Recordings"]
---

# Get a device recording

`GET /devices/{deviceId}/recordings/{recordingId}`

## Path parameters

- `deviceId` string, required
- `recordingId` string, required

## Response `200`

OK

- RecordingInfo
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `actions` integer, required
  - `deviceId` string, required
  - `display` DisplayInfo, required
    - `height` integer, required
    - `rotation` integer, required
    - `width` integer, required
  - `endedAt` string, date-time
  - `error` string
  - `expiresAt` string, date-time, required
  - `id` string, required
  - `name` string, required
  - `startedAt` string, date-time, required
  - `status` string, required
  - `types` string[], nullable, required
  - `video` VideoInfo
    - `durationMs` integer, required
    - `format` string, required
    - `limitReason` string
    - `limited` boolean
    - `sizeBytes` integer, required

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-08-13** `fc388ab21a20` — 2 info
  - api tag `Tools/Recordings` added
  - api tag `Recordings` removed
- **2026-08-01** `cd80ab1b29b0` — 1 info
  - endpoint added
- **2026-08-01** `3183ec3153d1` — 1 breaking
  - api path removed without deprecation
- **2026-07-27** `b6fd8aed4bf4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/devices/:deviceId/recordings/:recordingId/get.md)

---

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