---
title: "Get paginated execution history (v2)"
method: GET
path: "/api/history_v2"
tags: ["history"]
deprecated: true
---

# Get paginated execution history (v2)

`GET /api/history_v2`

> **Deprecated.**

**Deprecated.** This endpoint is superseded by `GET /api/jobs`.
Clients should migrate; the endpoint is retained for backward
compatibility but will be removed in a future release.

## Query parameters

- `limit` integer
- `offset` integer
- `status` string

## Response `200`

History list

- HistoryV2Response — [cloud-only] Paginated execution history in v2 format.
  - `items` HistoryV2Entry[], required
    - `id` string, uuid, required
    - `status` string, required
    - `workflow` object
    - `outputs` object
    - `created_at` string, date-time
    - `started_at` string, date-time, nullable
    - `completed_at` string, date-time, nullable
    - `preview_output` object
  - `total` integer, required
  - `has_more` boolean, required

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-05-22** `09a5075587c8` — 2 info
  - api operation id `getHistoryV2` removed and replaced with `getHistory`
  - added the non-success response with the status `500`
- **2026-05-12** `2f69d843959c` — 1 info
  - endpoint deprecated
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added
- **2026-04-24** `a66055fa384e` — 1 info
  - api path removed with deprecation

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/history_v2/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/09a5075587c8/schema)
