---
title: "Admin Projects"
method: GET
path: "/api/v1/quick-spaces/admin/projects"
tags: ["quickSpaces", "quickSpaces"]
---

# Admin Projects

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

## Query parameters

- `start` string, nullable — YYYY-MM-DD, inclusive, UTC
- `end` string, nullable — YYYY-MM-DD, inclusive, UTC
- `search` string, nullable — matches title, workspace or id
- `status` string, nullable — exact project status
- `scope` string, nullable — range (default) | all
- `sort` string, nullable — any column on the row; default created_at
- `order` string, nullable — asc | desc (default desc)
- `page` integer
- `page_size` integer

## Headers

- `X-Admin-Session` string, nullable

## Response `200`

Successful Response

- AdminProjectsResponseDTO
  - `range` AdminRangeDTO, required — The window every number on the response was computed over. Inclusive on both ends, UTC.
    - `start` string, date, required
    - `end` string, date, required
    - `days` integer
  - `rows` AdminProjectRowDTO[]
    - `id` string, required
    - `title` string
    - `status` string
    - `workspace` AdminProjectWorkspaceDTO
      - `id` string
      - `name` string
    - `created_at` string, date-time, nullable
    - `done_at` string, date-time, nullable
    - `delivered_at` string, date-time, nullable
    - `due_date` string, date-time, nullable
    - `assignees` AdminUserRefDTO[]
      - `user_id` string
      - `name` string
      - `email` string
      - `role` string
    - `assignee_count` integer
    - `creatives` integer
    - `comments` integer
    - `share_links` integer
    - `views` integer
    - `downloads` integer
    - `turnaround_days` number, nullable
    - `created_in_range` boolean
    - `delivered_in_range` boolean
  - `total` integer
  - `page` integer
  - `page_size` integer
  - `by_status` AdminLabelCountDTO[]
    - `label` string, required
    - `count` integer

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `ff7f2b621b41` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/brandbooster/apis/fastapi/changes/api/v1/quick-spaces/admin/projects/get.md)

---

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