---
title: "List screenshot batches"
method: GET
path: "/v1/screenshots"
tags: ["Screenshots"]
---

# List screenshot batches

`GET /v1/screenshots`

Returns batches of cross-browser screenshots the account has queued historically.

## Query parameters

- `offset` integer
- `count` integer

## Response `200`

List screenshot batches

- TestingbotEntitiesScreenshotList — Testingbot_Entities_ScreenshotList model
  - `data` TestingbotEntitiesScreenshotSummary[], required — Screenshot batches for this page.
    - `id` integer, required — Unique screenshot batch ID.
    - `url` string, required — URL the screenshots were taken from.
    - `resolution` string, required — Browser viewport resolution.
    - `created_at` string, date-time, required
  - `meta` TestingbotEntitiesMeta, required
    - `offset` integer, required — Number of items skipped from the start of the result set.
    - `count` integer, required — Items returned in this page (matches the requested `count` query param).
    - `total` integer, required — Total number of items available across all pages.

## Other responses

- `401` — Authentication required

---

[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/eff607a49246/schema)
