---
title: "Get resources count"
method: GET
path: "/api/v2/organizations/{orgSlug}/resources/count"
tags: ["Resources"]
---

# Get resources count

`GET /api/v2/organizations/{orgSlug}/resources/count`

Retrieve a count of resources 

 Required scopes: `flex.space.resources.read`

## Path parameters

- `orgSlug` string, required

## Response `200`

- CountResultDto
  - `total` number, required
  - `groups` GroupDto[]
    - `key` string, required
    - `count` number, required

---

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