---
title: "Get shop sample quota"
method: GET
path: "/samples/quota"
tags: ["Samples"]
---

# Get shop sample quota

`GET /samples/quota`

The shop-wide monthly sample ceiling. `monthlyLimit` is `null` when the shop has never set one, which means unlimited — per-product limits still apply. Read-only; requires a single shop.

## Response `200`

Successful Response

- QuotaSettingsResponse
  - `success` boolean
  - `data` QuotaSettingsItem, required
    - `shopId` integer, required
    - `monthlyLimit` integer, nullable
    - `createdAt` string, nullable
    - `updatedAt` string, nullable

---

[API](https://skmtc.dev/reacherapp/apis/reacher-data-api.md) · [All operations](https://skmtc.dev/reacherapp/apis/reacher-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/reacherapp/reacher-data-api/revisions/5eefff009b5b/schema)
