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.
Documentation Index
Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
Use this file to discover all available pages before exploring further.
承認
API key authentication. Generate an API key from your account settings at https://platform.comfy.org/profile/api-keys. Pass the key in the X-API-Key header.
パスパラメータ
The prompt ID to retrieve history for
レスポンス
Success - History for prompt retrieved
Detailed execution history response for a specific prompt. Returns a dictionary with prompt_id as key and full history data as value.
History entry with full prompt data