Skip to main content
GET
ジョブの完全な詳細を取得

承認

X-API-Key
string
header
必須

APIキー認証。アカウント設定からAPIキーを生成します (https://platform.comfy.org/profile/api-keys)。X-API-Keyヘッダーでキーを渡します。

パスパラメータ

job_id
string<uuid>
必須

ジョブ識別子 (UUID)

レスポンス

成功 - ジョブ詳細を取得しました

ワークフローと出力を含む完全なジョブ詳細

id
string<uuid>
必須

一意のジョブ識別子

status
enum<string>
必須

ユーザーフレンドリーなジョブステータス

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

ジョブ作成タイムスタンプ(秒単位のUnixタイムスタンプ)

update_time
integer<int64>
必須

最終更新タイムスタンプ(秒単位のUnixタイムスタンプ)

workflow
object

完全なComfyUIワークフロー(10〜100KB、利用不可の場合は省略)

execution_error
object

ComfyUIからの詳細な実行エラー(構造化エラーデータがある失敗ジョブのみ)

outputs
object

ComfyUIからの完全な出力オブジェクト(ターミナル状態のみ)

preview_output
object

プライマリ出力のプレビュー(ターミナル状態のみ)

outputs_count
integer

出力ファイルの総数(非ターミナル状態では省略)

workflow_id
string

ワークフローグラフ定義を識別するUUID

execution_status
object

ComfyUI実行ステータスとタイムライン(ターミナル状態のみ)

execution_meta
object

ノードレベルの実行メタデータ(ターミナル状態のみ)