---
title: "Get execution history"
method: GET
path: "/api/history"
tags: ["history"]
deprecated: true
---

# Get execution history

`GET /api/history`

> **Deprecated.**

**Deprecated.** Superseded by `GET /api/jobs`, which returns the same
execution records in a paginated, filterable format. Planned for removal
no earlier than a future major release; sunset timeline TBD.

Returns a dictionary keyed by prompt_id. Each value is a HistoryEntry
containing prompt metadata, outputs, status, and node meta.

## Query parameters

- `max_items` integer
- `offset` integer

## Headers

- `Comfy-User` string

## Response `200`

History dictionary keyed by prompt_id

- object

## Changes

- **2026-04-24** `a66055fa384e` — 1 info
  - endpoint added

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