---
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
        - `strategy` 'BEST_FIRST', required
      - object
        - `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
    - `status` 'active' | 'inactive', required
    - `trainingId` string, nullable, required
    - `updatedBy` string, nullable, required
    - `updatedTime` string, nullable, required
  - `nextToken` string, nullable, required

## Other responses

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

## Changes

- **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`
- **2023-06-14** `2af8d1616889` — 3 breaking, 2 info
  - the response property `models/items/preprocessConfig/autoRotate` became optional for the status `200`
  - the response property `models/items/preprocessConfig/imageQuality` became optional for the status `200`
  - the response property `models/items/preprocessConfig/maxPages` became optional for the status `200`
  - added the optional property `models/items/preprocessConfig/pages` to the response with the `200` status
  - …1 more
- **2023-03-28** `6f04f3b3738e` — 2 breaking
  - removed the required property `models/items/height` from the response with the `200` status
  - removed the required property `models/items/width` from the response with the `200` status
- **2023-02-14** `1cd1234c5271` — 3 info
  - added the new optional `query` request parameter `owner`
  - the `models/items/modelId` response's property pattern was changed from `^las:model:[a-f0-9]{32}$` to `^las:model:[a-z0-9-_]+$` for the status `200`
  - added the required property `models/items/organizationId` to the response with the `200` status
- …earlier changes not shown

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