---
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, nullable
    - `available` boolean, required
    - `currency` 'USD' | 'EUR' | 'NOK', required
    - `description` string, nullable
    - `fieldPredictions` object, nullable
    - `gpuHours` object, nullable
    - `latest` integer, required
    - `license` object, nullable
    - `modelDeploymentUnits` object, nullable
    - `name` string, nullable, required
    - `organizationId` string, nullable, required
    - `planId` string, required

## Other responses

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

## Changes

- **2022-09-29** `424af607ab69` — 5 breaking
  - the response property `plans/items/activeModels` became nullable for the status `200`
  - the response property `plans/items/fieldPredictions` became nullable for the status `200`
  - the response property `plans/items/gpuHours` became nullable for the status `200`
  - the response property `plans/items/license` became nullable for the status `200`
  - …1 more
- **2022-09-27** `bdb2f40e38bf` — 2 info
  - added the optional property `plans/items/modelDeploymentUnits` to the response with the `200` status
  - added the required property `plans/items/available` to the response with the `200` status
- **2022-03-16** `fc6ba1d5e844` — 1 warning, 1 info
  - removed the optional property `plans/items/predictions` from the response with the `200` status
  - added the optional property `plans/items/fieldPredictions` to the response with the `200` status
- **2022-02-04** `2261469a6890` — 1 breaking, 2 info
  - removed the required property `plans/items/billingCycle` from the response with the `200` status
  - the security scope `api.lucidtech.ai/plans:read` was added to the endpoint's security scheme `OAuth2`
  - the security scope `api.lucidtech.ai/models:read` was removed from the endpoint's security scheme `OAuth2`
- **2021-12-01** `40fd96cfeeab` — 1 info
  - endpoint added

[Full 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/654101a6bca7/schema)
