Skip to main content
GET
Get execution history (v2)

Authorizations

X-API-Key
string
header
required

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

max_items
integer

Maximum number of items to return

offset
integer
default:0

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.

history
object[]
required

Array of history entries ordered by creation time (newest first)