---
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
    - `modelId` string, required
    - `name` string, nullable, required
    - `numberOfDataBundles` integer, required
    - `preprocessConfig` object, required
      - `autoRotate` boolean, required
      - `imageQuality` 'LOW' | 'HIGH', required
      - `maxPages` integer, required
    - `status` 'active' | 'training' | 'inactive', 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

- **2021-11-05** `9788e6bfa925` — 5 breaking, 8 warning, 6 info
  - removed the pattern property `^[0-9A-Za-z-_]{1,36}$` from the `models/items/fieldConfig` response property for the status `200`
  - removed the required property `models/items/metadata` from the response with the `200` status
  - removed the required property `models/items/numberOfRunningTrainings` from the response with the `200` status
  - removed the required property `models/items/organizationId` from the response with the `200` status
  - …15 more

[Change 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/9788e6bfa925/schema)
