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

---

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