---
title: "List Plan Limits"
method: GET
path: "/api/admin/plans"
tags: ["admin-plans"]
---

# List Plan Limits

`GET /api/admin/plans`

## Response `200`

Successful Response

- PlanLimitListResponse
  - `items` PlanLimitItem[], required
    - `id` string, required
    - `plan_type` string, required
    - `calls_limit` integer, required
    - `workspaces_limit` integer, required
    - `knowledge_bases_limit` integer, required
    - `knowledge_base_sources_limit` integer, required
    - `ask_ai_messages_limit` integer, required
    - `ask_ai_tool_calls_limit` integer, required
    - `ask_ai_conversations_limit` integer, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Changes

- **2026-08-21** `2a1adc380310` — 3 info
  - added the required property `items/items/ask_ai_conversations_limit` to the response with the `200` status
  - added the required property `items/items/ask_ai_messages_limit` to the response with the `200` status
  - added the required property `items/items/ask_ai_tool_calls_limit` to the response with the `200` status

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/admin/plans/get.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/6155db644bab/schema)
