---
title: "Get Realtime Quota"
method: GET
path: "/v1/realtime/quota"
---

# Get Realtime Quota

`GET /v1/realtime/quota`

Current concurrent realtime session quota state for the authenticated account.

For org-scoped keys the count is org-wide (shared across the org's keys/users).

## Headers

- `x-api-key` string, required — API key for authentication

## Response `200`

Successful Response

- RealtimeQuotaResponse
  - `limit` integer, nullable
  - `active` integer, nullable
  - `remaining` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/decart/apis/decart-api.md) · [All operations](https://skmtc.net/decart/apis/decart-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decart/decart-api/revisions/3f568c124e81/schema)
