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

# Get frame metadata

`GET /frames/{frame_id}/metadata`

Get frame metadata (timestamp) for deep link navigation. screenpipe://frame/123 → resolve to timestamp.

## Path parameters

- `frame_id` integer, required

## Response `200`

OK

- FrameMetadataResponse — Response type for frame metadata (used by deep link navigation)
  - `frame_id` integer, required
  - `timestamp` string, date-time, required

## Changes

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

- **2026-04-09** `0f0f8030c7e2` — 1 info
  - api tag `Frames` added
- **2026-04-08** `1a63468a8d30` — 3 info
  - api operation id `server_get_frame_metadata` removed and replaced with `routes_frames_get_frame_metadata`
  - api tag `Frames` removed
  - removed the non-success response with the status `404`
- **2026-02-16** `e143bf8d73bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/frames/:frame_id/metadata/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)
