---
title: "Get project quota"
method: GET
path: "/metrics/v1/:project_id/quota"
tags: ["metrics"]
---

# Get project quota

`GET /metrics/v1/:project_id/quota`

Get quota information for a project based on path and method

## Path parameters

- `project_id` string, required

## Query parameters

- `path` string, required
- `method` string, required

## Response `200`

OK

- SerializerResponse
  - `code` integer
  - `error` string
  - `msg` string

## Other responses

- `400` — Bad Request

## Changes

- **2026-07-17** `c8775333b1ed` — 1 info
  - endpoint added
- **2025-11-12** `a1c1bcb0e2ee` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/memodb-io/apis/acontext-api/changes/metrics/v1/:project_id/quota/get.md)

---

[API](https://skmtc.dev/memodb-io/apis/acontext-api.md) · [All operations](https://skmtc.dev/memodb-io/apis/acontext-api/llms.txt) · [OpenAPI document](https://skmtc.dev/memodb-io/apis/acontext-api/revisions/c8775333b1ed?raw)
