---
title: "Retrieve all style guides"
method: GET
path: "/v1/styles"
tags: ["Styles"]
---

# Retrieve all style guides

`GET /v1/styles`

Returns a list of style guides available to your workspace, sorted from most recently created

## Response `200`

The list of all style guides in the workspace.

- 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

- `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)
