---
title: "Model List V2"
method: GET
path: "/v2/{entity}/{project}/models"
tags: ["V2 -- Models"]
---

# Model List V2

`GET /v2/{entity}/{project}/models`

List model objects.

## Path parameters

- `entity` string, required
- `project` string, required

## Query parameters

- `limit` integer, nullable
- `offset` integer, nullable

## Response `200`

Stream of data in JSONL format

## Other responses

- `422` — Validation Error

## Changes

- **2025-11-06** `2cc05861444e` — 8 info
  - added the optional property `items/attributes` to the response with the `200` status
  - added the optional property `items/description` to the response with the `200` status
  - added the required property `items/created_at` to the response with the `200` status
  - added the required property `items/digest` to the response with the `200` status
  - …4 more
- **2025-11-06** `e0fa7a1a394a` — 1 info
  - api operation id `model_list_v2_v2__entity___project__models_get` removed and replaced with `model_list_v2`
- **2025-11-05** `d93d10582b06` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wandb/apis/fastapi/changes/v2/:entity/:project/models/get.md)

---

[API](https://skmtc.dev/wandb/apis/fastapi.md) · [All operations](https://skmtc.dev/wandb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wandb/fastapi/revisions/148dfd663d45/schema)
