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

# GET /models

`GET /models`

## Query parameters

- `nextToken` string
- `maxResults` string

## Response `200`

200 response

- Models
  - `models` object[], required
    - `createdBy` string, nullable, required
    - `createdTime` string, nullable, required
    - `description` string, nullable, required
    - `fieldConfig` object, required
    - `height` integer, required
    - `metadata` object, required
    - `modelId` string, required
    - `name` string, nullable, required
    - `numberOfDataBundles` integer, required
    - `numberOfRunningTrainings` integer, required
    - `preprocessConfig` object, required
      - `autoRotate` boolean, required
      - `imageQuality` 'LOW' | 'HIGH', required
      - `maxPages` integer, required
    - `status` 'active' | 'inactive', required
    - `trainingId` string, nullable, required
    - `updatedBy` string, nullable, required
    - `updatedTime` string, nullable, required
    - `width` integer, required
  - `nextToken` string, nullable, required

## Other responses

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

## Changes

- **2022-03-31** `13bf8cf663ba` — 1 breaking, 1 warning
  - the `models/items/fieldConfig/additionalProperties/maxLength` response property's max was increased from `100.00` to `512.00` for the response status `200`
  - added the new `lines` enum value to the `models/items/fieldConfig/additionalProperties/type` response property for the response status `200`
- **2022-03-16** `fc6ba1d5e844` — 1 breaking, 1 warning, 1 info
  - the response property `models/items/fieldConfig/additionalProperties/maxLength` became optional for the status `200`
  - added the new `enum` enum value to the `models/items/fieldConfig/additionalProperties/type` response property for the response status `200`
  - added the optional property `models/items/fieldConfig/additionalProperties/enum` to the response with the `200` status
- **2022-03-09** `7bd50ad0f2b7` — 1 info
  - added the required property `models/items/trainingId` to the response with the `200` status
- **2022-02-04** `2261469a6890` — 1 info
  - added the required property `models/items/metadata` to the response with the `200` status
- **2021-12-10** `c3dbcad72582` — 2 info
  - removed the `training` enum value from the `models/items/status` response property for the response status `200`
  - added the required property `models/items/numberOfRunningTrainings` to the response with the `200` status

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