---
title: "List Markups"
method: GET
path: "/api/v1/quick-spaces/assets/{asset_id}/markups"
tags: ["quickSpaces", "quickSpaces"]
---

# List Markups

`GET /api/v1/quick-spaces/assets/{asset_id}/markups`

## Path parameters

- `asset_id` string, required

## Response `200`

Successful Response

- SpaceMarkupResponseDTO[]
  - `id` string, required
  - `author` string, required
  - `kind` string, required
  - `color` string, required
  - `data` object, required
  - `created_at` string, date-time, required
  - `can_delete` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/a9374f6fe96c/schema)
