---
title: "List File Pages Figures"
method: GET
path: "/api/v1/files/{id}/page-figures"
tags: ["Page Figures"]
---

# List File Pages Figures

`GET /api/v1/files/{id}/page-figures`

List metadata for all figures from all pages of 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

- PageFigureMetadata[]
  - `figure_name` string, required — The name of the figure
  - `file_id` string, uuid, required — The ID of the file that the figure was taken from
  - `page_index` integer, required — The index of the page for which the figure is taken (0-indexed)
  - `figure_size` integer, required — The size of the figure in bytes
  - `is_likely_noise` boolean — Whether the figure is likely to be noise
  - `confidence` number, required — The confidence of the figure
  - `metadata` object, nullable — Metadata for the figure

## 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)
