メインコンテンツへスキップ
GET
Get full job details

承認

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.

パスパラメータ

job_id
string<uuid>
必須

Job identifier (UUID)

レスポンス

Success - Job details retrieved

Full job details including workflow and outputs

id
string<uuid>
必須

Unique job identifier

status
enum<string>
必須

User-friendly job status

利用可能なオプション:
pending,
in_progress,
completed,
failed,
cancelled
create_time
integer<int64>
必須

Job creation timestamp (Unix timestamp in seconds)

update_time
integer<int64>
必須

Last update timestamp (Unix timestamp in seconds)

workflow
object

Full ComfyUI workflow (10-100KB, omitted if not available)

execution_error
object

Detailed execution error from ComfyUI (only for failed jobs with structured error data)

outputs
object

Full outputs object from ComfyUI (only for terminal states)

preview_output
object

Primary preview output (only for terminal states)

outputs_count
integer

Total number of output files (omitted for non-terminal states)

workflow_id
string

UUID identifying the workflow graph definition

execution_status
object

ComfyUI execution status and timeline (only for terminal states)

execution_meta
object

Node-level execution metadata (only for terminal states)