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

작업 실패 시 오류 메시지