---
title: "List Spaces"
method: GET
path: "/api/v1/quick-spaces/spaces"
tags: ["quickSpaces", "quickSpaces"]
---

# List Spaces

`GET /api/v1/quick-spaces/spaces`

## Query parameters

- `limit` integer, nullable
- `offset` integer

## Response `200`

Successful Response

- SpaceResponseDTO[]
  - `id` string, required
  - `title` string, required
  - `deliverable_type` string, nullable
  - `deliverables` SpaceDeliverableDTO[], nullable
    - `type` string, required
    - `format` string, nullable
    - `specs` string, nullable
    - `quantity` integer, nullable
  - `status` string, required
  - `brand_id` integer, nullable
  - `team_id` string, nullable
  - `team_ids` string[], nullable
  - `member_ids` string[], nullable
  - `estimate` integer
  - `due_date` string, date-time, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## 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/624917d53409/schema)
