---
title: "List Company Presets"
method: GET
path: "/internal/marketing-presets"
tags: ["internal"]
---

# List Company Presets

`GET /internal/marketing-presets`

List a company's live presets with their team + internal-file count (admin).

Soft-deleted rows are omitted here as they are for the customer: this listing
is what the admin page offers clone and delete from, and neither is meaningful
for a preset already deleted.

## Query parameters

- `company_id` string, uuid, required

## Response `200`

Successful Response

- PresetRow[]
  - `preset_id` string, uuid, required
  - `name` string, required
  - `team_id` string, uuid, nullable, required
  - `team_name` string, nullable, required
  - `file_count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
