---
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
    - `flows` object, nullable
    - `gpuHours` object, nullable
    - `latest` integer, required
    - `license` object, nullable
    - `modelDeploymentUnits` object, nullable
    - `name` string, nullable, required
    - `organizationId` string, nullable, required
    - `pagePredictions` object, nullable
    - `planId` string, required
    - `productionWorkflowMinutes` object, nullable
    - `userMinutes` object, nullable
    - `users` object, nullable

## Other responses

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

## Changes

- **2024-02-05** `c371d93c085f` — 1 warning, 2 info
  - removed the optional property `plans/items/productionWorkflows` from the response with the `200` status
  - added the optional property `plans/items/productionWorkflowMinutes` to the response with the `200` status
  - added the optional property `plans/items/userMinutes` to the response with the `200` status
- **2023-12-14** `cfbfcfb3418f` — 2 info
  - added the optional property `plans/items/pagePredictions` to the response with the `200` status
  - added the optional property `plans/items/productionWorkflows` to the response with the `200` status
- **2023-12-05** `8290cb385771` — 2 info
  - added the optional property `plans/items/flows` to the response with the `200` status
  - added the optional property `plans/items/users` to the response with the `200` status
- **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

[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/d5fe190026be/schema)
