---
title: "GET /plans/{planId}"
method: GET
path: "/plans/{planId}"
---

# GET /plans/{planId}

`GET /plans/{planId}`

## Path parameters

- `planId` string, required

## Response `200`

200 response

- Plan
  - `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 `productionWorkflows` from the response with the `200` status
  - added the optional property `productionWorkflowMinutes` to the response with the `200` status
  - added the optional property `userMinutes` to the response with the `200` status
- **2023-12-14** `cfbfcfb3418f` — 2 info
  - added the optional property `pagePredictions` to the response with the `200` status
  - added the optional property `productionWorkflows` to the response with the `200` status
- **2023-12-05** `8290cb385771` — 2 info
  - added the optional property `flows` to the response with the `200` status
  - added the optional property `users` to the response with the `200` status
- **2022-09-29** `424af607ab69` — 5 breaking
  - the response property `activeModels` became nullable for the status `200`
  - the response property `fieldPredictions` became nullable for the status `200`
  - the response property `gpuHours` became nullable for the status `200`
  - the response property `license` became nullable for the status `200`
  - …1 more
- **2022-09-27** `bdb2f40e38bf` — 2 info
  - added the optional property `modelDeploymentUnits` to the response with the `200` status
  - added the required property `available` to the response with the `200` status

[Full history](https://skmtc.dev/lucidtechai/apis/lucidtech-api/changes/plans/:planId/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)
