메인 콘텐츠로 건너뛰기
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)