Get execution history (v2)
Deprecated. Use /api/jobs instead. This endpoint is maintained for ComfyUI compatibility but will be removed in a future release; no removal date set.
Retrieve execution history for the authenticated user with pagination support. Returns a lightweight history format with filtered prompt data (workflow removed from extra_pnginfo).
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.
クエリパラメータ
Maximum number of items to return
Starting position (default 0)
レスポンス
Success - Execution history retrieved
Execution history response with history array. Returns an object with a "history" key containing an array of history entries. Each entry includes prompt_id as a property along with execution data.
Array of history entries ordered by creation time (newest first)