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

# Get paginated execution history (v2)

`GET /api/history_v2`

[cloud-only] Returns a paginated list of execution history entries in the v2 format, with richer metadata than the legacy history endpoint.

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

## Changes

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