curl --request GET \
--url https://cloud.comfy.org/api/history_v2/{prompt_id} \
--header 'X-API-Key: <api-key>'{}Retrieve detailed execution history for a specific prompt ID. Returns full history data including complete prompt information.
curl --request GET \
--url https://cloud.comfy.org/api/history_v2/{prompt_id} \
--header 'X-API-Key: <api-key>'{}API key authentication. Generate an API key from your account settings at https://comfy.org/account. 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
Show child attributes
Was this page helpful?