---
title: "List Style Agent Content Profiles"
method: GET
path: "/style-agent/content-profiles"
tags: ["styleAgent"]
---

# List Style Agent Content Profiles

`GET /style-agent/content-profiles`

## Headers

- `Authorization` string, required

## Response `200`

Successful Response

- ContentProfileResponse[]
  - `id` string, required
  - `profile_id` string, required
  - `organization_name` string, required
  - `display_name` string, required
  - `description` string, nullable
  - `enabled` boolean, nullable
  - `inherited` boolean, nullable
  - `source_organization` string, nullable

## Other responses

- `401` — Authentication failed or no valid API key provided.
- `403` — Forbidden
- `500` — Internal Server Error

---

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