---
title: "Billing Plans"
method: GET
path: "/api/accounts/{account_id}/billing/plans"
---

# Billing Plans

`GET /api/accounts/{account_id}/billing/plans`

## Path parameters

- `account_id` integer, required

## Response `200`

Successful Response

- PlanDTO[]
  - `planId` string, required
  - `name` string, required
  - `current` boolean, required
  - `status` 'active' | 'scheduled' | 'available', required
  - `attachAction` 'activate' | 'upgrade' | 'downgrade' | 'purchase' | 'none', nullable, required
  - `canceling` boolean, required
  - `startsAt` string, date-time, nullable, required
  - `endsAt` string, date-time, nullable, required
  - `monthlyRuns` integer, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/codealmanac/apis/codealmanac-api.md) · [All operations](https://skmtc.dev/codealmanac/apis/codealmanac-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codealmanac/codealmanac-api/revisions/bc053e1aa7f6/schema)
