---
title: "Download a row's page snapshot"
method: GET
path: "/webdbs/rows/{row_id}/snapshot"
tags: ["webdbs"]
---

# Download a row's page snapshot

`GET /webdbs/rows/{row_id}/snapshot`

Redirects to the latest saved page in HTML or Markdown.

## Path parameters

- `row_id` string, required — Row ID.

## Query parameters

- `format` 'markdown' | 'html' — Snapshot format to download.
- `tags` string[] — Optional tags for tracking usage. Up to 20 tags, each 1 to 50 characters.

## Other responses

- `302` — Redirect to a short-lived signed URL for the snapshot document
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/context/apis/context-dev.md) · [All operations](https://skmtc.net/context/apis/context-dev/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/context/context-dev/versions/3c6a01ba967f/schema)
