---
title: "List model folders with paths"
method: GET
path: "/api/experiment/models"
tags: ["model"]
---

# List model folders with paths

`GET /api/experiment/models`

Returns an array of model folder objects with name and folder paths.

## Response `200`

Model folders

- ModelFolder[]
  - `name` string, required — Model folder type name (e.g. "checkpoints")
  - `folders` string[], required — Filesystem paths for this model type

## Other responses

- `500` — Internal server error

## Changes

- **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/c4db9e1283df/schema)
