---
title: "Get Plan Info"
method: GET
path: "/billing/plan-info"
tags: ["billing"]
---

# Get Plan Info

`GET /billing/plan-info`

Get detailed plan information for the authenticated user.

Returns:
    Plan details including limits and current usage

## Response `200`

Successful Response

- PlanInfoResponse — Response model for plan information.
  - `payment_plan` string, required
  - `credit_limit` number, required
  - `user_limit` integer, nullable, required
  - `total_usage` number, required
  - `remaining_credits` number, required
  - `exceeds_limit` boolean, required

---

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