---
title: "Retrieve Org Stats"
method: GET
path: "/v2/orgs/{orgId}/stats"
tags: ["Orgs"]
---

# Retrieve Org Stats

`GET /v2/orgs/{orgId}/stats`

This endpoint allows you to retrieve stats about the Org.

## Path parameters

- `orgId` integer, required

## Query parameters

- `startDate` string, date-time
- `endDate` string, date-time

## Response `200`

Successful response

- object
  - `nfts` number, required
  - `projects` number, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/underdogprotocol/apis/underdog-protocol-api.md) · [All operations](https://skmtc.net/underdogprotocol/apis/underdog-protocol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/underdogprotocol/underdog-protocol-api/versions/714574b82cc5/schema)
