---
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

> 38 revisions in range; 2 could not be searched.

- **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`
- **2026-04-24** `a66055fa384e` — 4 info
  - api operation id `getModelFolders` removed and replaced with `getExperimentModels`
  - api tag `model` added
  - api tag `file` removed
  - removed the non-success response with the status `500`

[Change 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)
