---
title: "Get All Presentations"
method: GET
path: "/api/v1/ppt/presentation/all"
tags: ["Presentation"]
---

# Get All Presentations

`GET /api/v1/ppt/presentation/all`

## Query parameters

- `version` 'v1-standard' | 'v2-standard'
- `include_slides` boolean — Include the first slide and resolved fonts for dashboard previews. Disable this for metadata-only presentation lists.

## Response `200`

Successful Response

- PresentationWithSlides[]
  - `id` string, uuid, required
  - `version` string, nullable
  - `content` string, required
  - `n_slides` integer, required
  - `language` string, required
  - `title` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `tone` string, nullable
  - `verbosity` string, nullable
  - `slides` SlideModel[], required
    - `id` string, uuid
    - `presentation` string, uuid, required
    - `layout_group` string, required
    - `layout` string, required
    - `index` integer, required
    - `content` object, required
    - `html_content` string, nullable
    - `speaker_note` string, nullable
    - `properties` object, nullable, required
    - `ui` object, nullable
  - `layout` object, nullable
  - `structure` object, nullable
  - `theme` object, nullable
  - `fonts` unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/presenton/apis/fastapi.md) · [All operations](https://skmtc.net/presenton/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/presenton/fastapi/versions/5dae3adc4ee8/schema)
