---
title: "Aggregated resource counters"
method: GET
path: "/api/v1/dashboard/resource-status"
tags: ["Dashboard"]
---

# Aggregated resource counters

`GET /api/v1/dashboard/resource-status`

Per-user counters used by the dashboard Resources widget, onboarding steps and recommendations. Returns all 8 keys even if `resources[]` is provided — the parameter is just a hint for cache warming.

## Query parameters

- `resources` string[], nullable — Optional hint; all counters are always returned.

## Response `200`

Successful Response

- DashboardResourceStatusDTO — Aggregated resource counters for the current user.
  - `streams` integer
  - `streamsActive` integer
  - `streamsInactive` integer
  - `streamsModeration` integer
  - `balance` number
  - `promoBalance` number
  - `pwas` integer
  - `landings` integer
  - `domains` integer
  - `domainsLive` integer
  - `domainsFree` integer
  - `domainsExpired` integer
  - `pixels` integer
  - `offers` integer

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
