---
title: "Get screenshot batch detail"
method: GET
path: "/v1/screenshots/{id}"
tags: ["Screenshots"]
---

# Get screenshot batch detail

`GET /v1/screenshots/{id}`

Returns per-browser screenshot results for a single batch, including thumbnail/image URLs and processing state.

## Path parameters

- `id` integer, required

## Query parameters

- `excludeIds` string

## Response `200`

Get screenshot batch detail

- TestingbotEntitiesScreenshot — Testingbot_Entities_Screenshot model
  - `id` integer, required — Unique screenshot batch ID.
  - `url` string, required — URL the screenshots were taken from.
  - `resolution` string, required — Browser viewport resolution.
  - `state` string, required — Batch state: `processing` until every browser has finished, then `done`.
  - `created_at` string, date-time, required
  - `screenshots` TestingbotEntitiesScreenshotResult[], required — Per-browser results with download URLs.
    - `id` integer, required — Unique numeric screenshot ID.
    - `image_url` string, required — Signed URL to the full-size PNG.
    - `thumb_url` string, required — Signed URL to the thumbnail PNG.
    - `state` string, required — Per-browser processing state.
    - `session_id` string, required — Session the screenshot was captured in; 0 when it was not tied to a test.
    - `created_at` string, date-time, required
    - `os` string, required — Operating system the browser ran on.
    - `browser_name` string, required — Browser name.
    - `browser_version` string, required — Browser version.
    - `browser_id` integer, required — Test environment ID; pass as `browser_id` when queueing a batch.
    - `device_name` string, required — Device name on mobile; null on desktop.
    - `platform_name` string, required — Mobile OS name; null on desktop.

## Other responses

- `401` — Authentication required
- `404` — Batch not found

---

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