---
title: "Get frame image data"
method: GET
path: "/frames/{frame_id}"
tags: ["Frames"]
---

# Get frame image data

`GET /frames/{frame_id}`

Returns the JPEG image for a given frame. Supports optional PII redaction.

## Path parameters

- `frame_id` integer, required

## Query parameters

- `redact_pii` boolean

## Response `200`

JPEG image data

## Other responses

- `404` — Frame not found
- `408` — Request timed out
- `410` — Frame unavailable - video file corrupted or missing

## Changes

- **2026-02-16** `e143bf8d73bc` — 1 breaking, 6 info
  - removed the media type `application/json` for the response with the status `200`
  - api tag `Frames` added
  - added the new optional `query` request parameter `redact_pii`
  - added the media type `image/jpeg` for the response with the status `200`
  - …3 more
- **2026-02-11** `2825740bcf63` — 1 breaking, 1 warning, 1 info
  - the `path` request parameter `frame_id` became required
  - deleted the `query` request parameter `redact_pii`
  - api operation id `get-frame` removed and replaced with `server_get_frame_data`
- **2026-02-11** `61c0a2f34556` — 1 info
  - endpoint added
- **2026-02-11** `4303af4aaeda` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/frames/:frame_id/get.md)

---

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