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

# GET /plans

`GET /plans`

## Query parameters

- `owner` string
- `nextToken` string
- `maxResults` string

## Response `200`

200 response

- Plans
  - `nextToken` string, nullable, required
  - `plans` object[], required
    - `activeModels` object
    - `billingCycle` integer, required
    - `currency` 'USD' | 'EUR' | 'NOK', required
    - `description` string, nullable
    - `gpuHours` object
    - `latest` integer, required
    - `license` object
    - `name` string, nullable, required
    - `organizationId` string, nullable, required
    - `planId` string, required
    - `predictions` object

## Other responses

- `400` — 400 response
- `403` — 403 response
- `404` — 404 response
- `415` — 415 response
- `500` — 500 response

## Changes

- **2021-12-01** `40fd96cfeeab` — 1 info
  - endpoint added
- **2021-11-05** `9788e6bfa925` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/lucidtechai/apis/lucidtech-api/changes/plans/get.md)

---

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