---
title: "Retrieve style guide by ID"
method: GET
path: "/v1/styles/{styleId}"
tags: ["Styles"]
---

# Retrieve style guide by ID

`GET /v1/styles/{styleId}`

Returns a single style guide available to your workspace, fetched by its ID.

## Path parameters

- `styleId` string, required

## Response `200`

The requested style guide.

- StyleResponseDto
  - `id` string, required — The style guide's unique ID
  - `name` string, required — The style guide's name
  - `description` string, required — The style guide's description
  - `customInstructions` string, nullable, required — Free-form custom instructions for the style guide
  - `createdAt` string, required — When the style guide was created
  - `createdBy` string, nullable, required — The user ID of who created the style guide
  - `updatedAt` string, required — When the style guide was last updated
  - `terms` string[], required
  - `rules` string[], required

## Other responses

- `404` — No Style Guide found for the given ID.
- `500` — Something unexpected happened while trying to get the style guide.

---

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