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

# Admin Overview

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

## Query parameters

- `start` string, nullable — YYYY-MM-DD, inclusive, UTC
- `end` string, nullable — YYYY-MM-DD, inclusive, UTC

## Headers

- `X-Admin-Session` string, nullable

## Response `200`

Successful Response

- AdminOverviewResponseDTO
  - `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
  - `totals` AdminTotalsDTO, required — All-time, ignoring the date range.
    - `users` integer
    - `space_users` integer
    - `workspace_members` integer
    - `active_users` integer
    - `pending_users` integer
    - `workspaces` integer
    - `projects` integer
    - `projects_delivered` integer
    - `creatives` integer
    - `share_links` integer
    - `comments` integer
    - `views` integer
    - `downloads` integer
  - `in_range` AdminInRangeDTO, required — Everything that happened inside the window.
    - `signups` integer
    - `projects_created` integer
    - `projects_delivered` integer
    - `creatives_uploaded` integer
    - `revisions` integer
    - `approvals` integer
    - `share_links_created` integer
    - `creatives_shared` integer
    - `views` integer
    - `downloads` integer
    - `comments` integer
    - `comments_from_clients` integer
    - `active_users` integer
    - `avg_daily_active_users` number
    - `peak_daily_active_users` integer
    - `creatives_per_project` number
    - `avg_turnaround_days` number, nullable
  - `projects_by_status` AdminLabelCountDTO[]
    - `label` string, required
    - `count` integer
  - `creatives_by_type` AdminLabelCountDTO[]
    - `label` string, required
    - `count` integer
  - `users_by_source` AdminLabelCountDTO[]
    - `label` string, required
    - `count` integer
  - `adoption` AdminAdoptionDTO — Share-link hygiene, as a percentage of the links created in the window. `links` is the denominator and is published alongside the percentages on purpose: 100% of two links is not the same fact as 100% of two hundred, and a card that shows only the percentage invites the reader to confuse them.
    - `links` integer
    - `watermark_pct` number
    - `password_pct` number
    - `expiry_pct` number
    - `downloads_enabled_pct` number
    - `folder_backed` integer
  - `top_users` object

## 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/overview/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)
