---
title: "List Custom Models"
method: GET
path: "/models/custom"
tags: ["models"]
---

# List Custom Models

`GET /models/custom`

List all custom models for the authenticated user.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- ModelResponse[]
  - `id` string, required
  - `name` string, required
  - `provider` string, required
  - `config` object, required
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/morphik-org/apis/fastapi.md) · [All operations](https://skmtc.net/morphik-org/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morphik-org/fastapi/versions/2d9291c3821d/schema)
