---
title: "Query Plans"
method: GET
path: "/accounts/plans"
tags: ["Account"]
---

# Query Plans

`GET /accounts/plans`

Used to query plans

## Response `200`

Results of the query

- MablPlanQueryResult
  - `plans` MablPlan[] — All plans that matched the query
    - `id` string — The id of the plan
    - `amount` integer — Price of plan
    - `interval` string — Billing interval of plan
    - `name` string — Name of plan
    - `product` string — Product ID

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `default` — Unknown error

---

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