---
title: "Api Response Format Presets Retrieve"
method: GET
path: "/api/response-format-presets/{id}/"
tags: ["platformApi"]
---

# Api Response Format Presets Retrieve

`GET /api/response-format-presets/{id}/`

GET/PATCH/DELETE /api/response-format-presets/{id}/ — preset CRUD.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

- ResponseFormatPresetDetail — Full serializer for retrieving saved response-format presets.
  - `id` string, required
  - `name` string, required
  - `response_format_content` string, required
  - `is_enforcing_response_format` boolean
  - `created_by` Editor, required
    - `id` integer, required
    - `email` string, required
    - `name` string, required
    - `username` string
    - `first_name` string
    - `last_name` string
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[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/c26d550029f8/schema)
