---
title: "User plan"
method: GET
path: "/plan"
---

# User plan

`GET /plan`

Return the active plan for the current user and its usage metrics.

## Response `200`

Successful Response

- PlanResponse — Data model for plan response.
  - `requestsCount` number, required — Total number of requests used for the current period
  - `requestsMax` integer, required — Number of available requests for the active plan
  - `planId` string, required
  - `planTTL` integer, required

---

[API](https://skmtc.net/circlemind-ai/apis/circlemind-api.md) · [All operations](https://skmtc.net/circlemind-ai/apis/circlemind-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/circlemind-ai/circlemind-api/versions/c3a63bdae00a/schema)
