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

# Search

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

## Query parameters

- `q` string

## Response `200`

Successful Response

- SpaceSearchResponseDTO
  - `spaces` 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
  - `brands` SpaceBrandResponseDTO[]
    - `id` integer, required
    - `name` string, required
    - `source_url` string, nullable
    - `brand_dna` object, nullable

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