---
title: "List styles"
method: GET
path: "/v1/styles"
tags: ["DesignCatalog"]
---

# List styles

`GET /v1/styles`

## Query parameters

- `limit` integer
- `cursor` string
- `direction` 'after' | 'before'
- `ids` union
  - string[]
  - unknown
- `includeArchived` boolean

## Response `200`

Styles retrieved successfully

- StyleArrayApiResponseDto
  - `success` boolean, required — Indicates if the request was successful
  - `message` string, required — Human readable message
  - `data` object[], required — Array of data items
    - `id` string, uuid, required — Unique identifier of the style
    - `name` string, required — Name of the style
    - `thumbnailUrl` string, uri, required — URL of the style thumbnail
    - `llmPrompt` string, nullable — Prompt used to describe style
    - `categoryDefaults` object[], required — Default material or color per style category
      - `category` 'general_floor' | 'bathroom_floor' | 'wall' | 'door' | 'window' | 'hard_furniture' | 'soft_furniture' | 'kitchen_countertops' | 'kitchen_cabinets' | 'bathroom_countertops' | 'bathroom_cabinets' | 'rugs' | 'plants' | 'appliances' | 'plumbing_fixtures' | 'waterproof' | 'outdoor_furniture' | 'upholstered' | 'ceiling' | 'deck' | 'balcony' | 'front_porch' | 'gym_equipment' | 'pool_table' | 'ping_pong' | 'yoga_mat', required
      - `materialId` string, uuid, nullable, required
      - `color` string, nullable, required
    - `deletedAt` unknown
    - `createdAt` unknown, required
    - `updatedAt` unknown, required
  - `meta` object, required — Pagination metadata
    - `hasNext` boolean, required — Whether there are more items after current set
    - `hasPrevious` boolean, required — Whether there are items before current set
    - `nextCursor` string, nullable, required — Cursor for next page
    - `prevCursor` string, nullable, required — Cursor for previous page
  - `timestamp` string, date-time, required — Timestamp of the response

---

[API](https://skmtc.dev/maket/apis/virtual-architect-api.md) · [All operations](https://skmtc.dev/maket/apis/virtual-architect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maket/virtual-architect-api/revisions/7635e6f94477/schema)
