---
title: "Op List V2"
method: GET
path: "/v2/{entity}/{project}/ops"
tags: ["V2 -- Ops"]
---

# Op List V2

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

List op 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` — 5 info
  - added the required property `items/code` 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
  - added the required property `items/object_id` to the response with the `200` status
  - …1 more
- **2025-11-06** `e0fa7a1a394a` — 1 info
  - api operation id `op_list_v2_v2__entity___project__ops_get` removed and replaced with `op_list_v2`
- **2025-11-05** `d93d10582b06` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wandb/apis/fastapi/changes/v2/:entity/:project/ops/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)
