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

# Admin Timeseries

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

## 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

- AdminTimeseriesResponseDTO
  - `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
  - `series` AdminTimeseriesPointDTO[]
    - `date` string, date, required
    - `signups` integer
    - `projects` integer
    - `creatives` integer
    - `shares` integer
    - `views` integer
    - `downloads` integer
    - `comments` integer
    - `active_users` 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/timeseries/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)
