---
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.

## Changes

- **2026-05-13** `3cb839210d89` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/browserbase/apis/browserbase-api/changes/v1/downloads/:id/get.md)

---

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