---
title: "Get Internal Statistic"
method: GET
path: "/restv1/internal/stat"
tags: ["Internal Statistic"]
---

# Get Internal Statistic

`GET /restv1/internal/stat`

# Get Internal Statistic.
----

**Security: Bearer Auth**

Provide your bearer token in the Authorization header when making requests to protected resources.

Example: `Authorization: Bearer {{your-access-token}}`

**Security: OAuth 2.0**

Scopes:
- `jans_stat` - required scope

## Query parameters

- `month` string
- `start-month` string
- `end-month` string
- `format` string

## Headers

- `Authorization` string

## Response `200`

Successful response with internal statistics

- object
  - `response` object

## Other responses

- `400` — Invalid parameters provided to endpoint.
- `401` — Request is rejected due to invalid authorization.
- `403` — Request is forbiden due to insufficient authorization (typically due to 'jans_stat' scope).
- `500` — Internal error occured. Please check log file for details.

## Changes

- **2026-04-08** `e60fb909da19` — 1 info
  - endpoint added
- **2022-03-25** `d6fc0677410c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/changes/restv1/internal/stat/get.md)

---

[API](https://skmtc.dev/janssenproject/apis/janssen-authorization-server.md) · [All operations](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/janssenproject/janssen-authorization-server/revisions/2a44b59497de/schema)
