---
title: "Fetch all presets"
method: GET
path: "/presets"
tags: ["Presets"]
---

# Fetch all presets

`GET /presets`

Fetches all the presets belonging to an organization.

## Query parameters

- `per_page` number
- `page_no` number

## Response `200`

Example response

- object
  - `success` boolean, required
  - `data` PresetListItem[], required
    - `id` string, uuid — ID of the preset
    - `name` string — Name of the preset
    - `created_at` string, date-time — Timestamp this preset was created at
    - `updated_at` string, date-time — Timestamp this preset was last updated
  - `paging` object, required
    - `total_count` number, required
    - `start_offset` number, required
    - `end_offset` number, required

## Changes

- **2025-04-04** (v2) `cb67ff854c71` — 1 info
  - the endpoint scheme security `Authorization` was added to the API
- **2025-04-02** (v2) `68b9e665bfcc` — 1 info
  - the endpoint scheme security `Authorization` was removed from the API
- **2024-11-19** (v2) `d8c5d90e84ac` — 1 info
  - the endpoint scheme security `Authorization` was added to the API

[Change history](https://skmtc.dev/dyte-io/apis/dyte-rest-apis/changes/presets/get.md)

---

[API](https://skmtc.dev/dyte-io/apis/dyte-rest-apis.md) · [All operations](https://skmtc.dev/dyte-io/apis/dyte-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dyte-io/dyte-rest-apis/revisions/f62d3edd92ae/schema)
