---
title: "List Style Agent Targets"
method: GET
path: "/style-agent/targets"
tags: ["styleAgent"]
---

# List Style Agent Targets

`GET /style-agent/targets`

Deprecated alias of ``GET /style-agent/style-guides`` (SUN-1667).

"Target" is the legacy name for a style guide; this route stays for
existing integrations.

## Headers

- `Authorization` string, required

## Response `200`

Successful Response

- TargetResponse[]
  - `id` string, required
  - `display_name` string, required
  - `is_default` boolean, required
  - `enabled` boolean, required
  - `description` string, nullable
  - `language` string, nullable
  - `language_name` string, nullable
  - `language_variant` string, nullable
  - `language_variant_name` 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)
