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

# GET /models

`GET /models`

## Query parameters

- `owner` string
- `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, nullable, required
    - `metadata` object, nullable, required
    - `modelId` string, required
    - `name` string, nullable, required
    - `numberOfDataBundles` integer, required
    - `numberOfRunningTrainings` integer, required
    - `organizationId` string, required
    - `postprocessConfig` union
      - object
        - `outputFormat` 'v1' | 'v2'
        - `strategy` 'BEST_FIRST', required
      - object
        - `outputFormat` 'v1' | 'v2'
        - `parameters` object, required
          - `collapse` boolean
          - `n` integer, required
        - `strategy` 'BEST_N_PAGES', required
    - `preprocessConfig` object, required
      - `autoRotate` boolean
      - `imageQuality` 'LOW' | 'HIGH'
      - `maxPages` integer
      - `pages` integer[]
      - `rotation` 0 | 90 | 180 | 270
      - `startPage` integer
    - `statistics` object, nullable
    - `status` 'active' | 'inactive', required
    - `trainingId` string, nullable, required
    - `updatedBy` string, nullable, required
    - `updatedTime` string, nullable, required
    - `version` integer
  - `nextToken` string, nullable, required

## Other responses

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

## Changes

- **2026-07-13** `d5fe190026be` — 3 breaking, 3 info
  - the `models/items/postprocessConfig/oneOf[subschema #2]/parameters/n` response property's max was increased from `3.00` to `100.00` for the response status `200`
  - the `models/items/preprocessConfig/maxPages` response property's max was increased from `3.00` to `100.00` for the response status `200`
  - added `subschema #1, subschema #2` to the `models/items/fieldConfig/patternProperties[^[0-9A-Za-z-_]{1,36}$]/` response property `oneOf` list for the response status `200`
  - added the optional property `models/items/version` to the response with the `200` status
  - …2 more
- **2024-02-05** `c371d93c085f` — 1 info
  - added the optional property `models/items/preprocessConfig/startPage` to the response with the `200` status
- **2023-12-07** `4ab3c713635a` — 1 info
  - added the optional property `models/items/statistics` to the response with the `200` status
- **2023-12-05** `8290cb385771` — 1 breaking, 1 info
  - added `subschema #1, subschema #2` to the `models/items/postprocessConfig` response property `oneOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `models/items/postprocessConfig` response property `oneOf` list for the response status `200`
- **2023-09-14** `622a6f4fda6c` — 1 info
  - added the pattern property `^[0-9A-Za-z-_]{1,36}$` to the `models/items/fieldConfig` response property for the status `200`

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