---
title: "List Plans"
method: GET
path: "/plans"
---

# List Plans

`GET /plans`

Returns a paginated, grid-ready list of plans for the authenticated account. 1-indexed pagination.

## Query parameters

- `page` integer
- `size` integer

## Response `200`

200

- object
  - `items` object[]
    - `id` string
    - `account_id` string
    - `name` string
    - `merchant_reference` string
    - `status` string
    - `base_amount` object
      - `currency` string
      - `value` number
    - `frequency` object
      - `type` string
      - `value` integer
    - `subscribers_count` integer
    - `countries` string[]
    - `created_at` string
  - `pagination` object
    - `page` integer
    - `size` integer
    - `total` integer
    - `total_pages` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/revisions/05b629819b49/schema)
