---
title: "List response-format presets"
method: GET
path: "/api/response-format-presets/"
tags: ["prompts"]
---

# List response-format presets

`GET /api/response-format-presets/`

List the project's saved response-format schemas. List rows intentionally omit the schema content; retrieve a preset to load it into an editor.

## Query parameters

- `page` integer
- `page_size` integer
- `sort_by` string

## Headers

- `Authorization` string, required

## Response `200`

Paginated response-format presets.

- PromptsApiResponseFormatPresetsListResponse200
  - `count` integer, required
  - `next` string, nullable
  - `previous` string, nullable
  - `total_count` integer
  - `current_filters` object
  - `results` ApiResponseFormatPresetsGetResponsesContentApplicationJsonSchemaResultsItems[], required
    - `id` string, required
    - `name` string, required
    - `created_by` ApiResponseFormatPresetsGetResponsesContentApplicationJsonSchemaResultsItemsCreatedBy
      - `id` union
        - integer
        - string
      - `email` string, email
      - `name` string
      - `username` string
      - `first_name` string
      - `last_name` string
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `401` — Authentication failed.

## Changes

> 6 revisions in range; 3 could not be searched.

- **2026-07-31** `c26d550029f8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/response-format-presets/get.md)

---

[API](https://skmtc.dev/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.dev/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/c61efaf24756/schema)
