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://dripart-docs-cloud-mcp-partner-generate-oauth.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
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.
Query Parameters
Maximum number of items to return
Starting position (default 0)
Response
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)