---
title: "List File Page Screenshots"
method: GET
path: "/api/v1/files/{id}/page_screenshots"
tags: ["Page Screenshots"]
---

# List File Page Screenshots

`GET /api/v1/files/{id}/page_screenshots`

List metadata for all screenshots of pages from a file.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `project_id` string, uuid, nullable
- `organization_id` string, uuid, nullable

## Cookies

- `session` string, nullable

## Response `200`

Successful Response

- PageScreenshotMetadata[]
  - `page_index` integer, required — The index of the page for which the screenshot is taken (0-indexed)
  - `file_id` string, uuid, required — The ID of the file that the page screenshot was taken from
  - `image_size` integer, required — The size of the image in bytes
  - `metadata` object, nullable — Metadata for the screenshot

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/run-llama/apis/llama-platform.md) · [All operations](https://skmtc.net/run-llama/apis/llama-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/run-llama/llama-platform/revisions/b17341164de9/schema)
