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

# Get frame by ID

`GET /frames/{frame_id}`

Returns a captured screenshot frame with optional base64 image data.

## Path parameters

- `frame_id` integer, required

## Response `200`

OK

- unknown

## Changes

> 10 revisions in range; 3 could not be searched.

- **2026-06-19** `f978df7cd4b8` — 1 warning
  - deleted the `query` request parameter `redact_pii`
- **2026-04-09** `0f0f8030c7e2` — 1 info
  - api tag `Frames` added
- **2026-04-08** `1a63468a8d30` — 2 breaking, 6 info
  - for the `query` request parameter `redact_pii`, default value `false` was removed
  - removed the media type `image/jpeg` for the response with the status `200`
  - api operation id `server_get_frame_data` removed and replaced with `routes_frames_get_frame_data`
  - api tag `Frames` removed
  - …4 more
- **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`

[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/c48ab58de88e/schema)
