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

---

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