メインコンテンツへスキップ
GET
Get execution history (v2)

承認

X-API-Key
string
header
必須

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.

クエリパラメータ

max_items
integer

Maximum number of items to return

offset
integer
デフォルト:0

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.

history
object[]
必須

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