---
title: "Get available model folders"
method: GET
path: "/api/experiment/models"
tags: ["file"]
---

# Get available model folders

`GET /api/experiment/models`

Returns a list of model folders available in the system.
This is an experimental endpoint that replaces the legacy /models endpoint.
Each folder's name is the identifier to pass to /api/experiment/models/{folder}.
The folder vocabulary is resolved per request from the caller's identity: where the
model_type migration is active for that caller the names are model_type folder_names
(e.g. `ultralytics_bbox`), and a folder with no folder_name mapping is returned by its
directory path. An authenticated response can therefore differ from an anonymous one.

## Response `200`

Success - List of model folders

- ModelFolder[]
  - `folders` string[], required — List of paths where models of this type are stored
  - `name` string, required — The name of the model folder

## Other responses

- `500` — Internal server error

## Changes

- **2026-08-13** `da017caf56f1` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `BearerAuth` was added to the API
- **2026-07-13** `c45ef26ef9b8` — 1 warning
  - removed the optional property `items/extensions` from the response with the `200` status
- **2026-07-09** `7c19490fa12a` — 1 info
  - added the optional property `items/extensions` to the response with the `200` status
- **2026-06-03** `8560879e6188` — 3 info
  - api tag `file` added
  - api tag `model` removed
  - added the optional property `details` to the response with the `500` status
- **2026-05-22** `09a5075587c8` — 2 info
  - api operation id `getExperimentModels` removed and replaced with `getModelFolders`
  - added the non-success response with the status `500`

[Full history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/experiment/models/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/da017caf56f1/schema)
