---
title: "Get a Download"
method: GET
path: "/v1/downloads/{id}"
---

# Get a Download

`GET /v1/downloads/{id}`

Get download metadata (Accept: application/json) or file content (Accept: application/octet-stream).

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded.

- object
  - `id` string, required — Unique identifier for the download.
  - `sessionId` string, required — The Session ID this download belongs to.
  - `filename` string, required — The filename of the downloaded file.
  - `mimeType` string, required — The MIME type of the file.
  - `size` number, required — File size in bytes.
  - `checksum` string, required — SHA256 checksum of the file.
  - `createdAt` string, date-time, required — Timestamp when the file was downloaded.

---

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