v1

latestOpenAPI 3.0.22026-07-2610288167.4 KB
job

Get history for specific prompt

Deprecated. Use /api/jobs/{job_id} instead — the prompt_id returned by /api/prompt is the same value as job_id. This endpoint is maintained for ComfyUI compatibility but will be removed in a future release; no removal date set.

Retrieve detailed execution history for a specific prompt ID. Returns full history data including complete prompt information.

get/api/history_v2/{prompt_id}

Path parameters

prompt_idstring required

The prompt ID to retrieve history for

Response

Success - History for prompt retrieved

HistoryDetailResponse required

Detailed execution history response for a specific prompt. Returns a dictionary with prompt_id as key and full history data as value.