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>
必須

ジョブの一意のID

レスポンス

成功:ジョブのステータスが返されました

ジョブステータス情報

id
string<uuid>
必須

ジョブID

status
enum<string>
必須

現在のジョブステータス

利用可能なオプション:
waiting_to_dispatch,
pending,
in_progress,
completed,
error,
cancelled
created_at
string<date-time>
必須

ジョブが作成された日時

updated_at
string<date-time>
必須

ジョブの最終更新日時

last_state_update
string<date-time>

ジョブステータスが最後に変更された日時

assigned_inference
string | null

このジョブに割り当てられた推論インスタンス(ある場合)

error_message
string | null

ジョブが失敗した場合のエラーメッセージ