curl --request GET \
--url https://cloud.comfy.org/api/job/{job_id}/status \
--header 'X-API-Key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "waiting_to_dispatch",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"last_state_update": "2023-11-07T05:31:56Z",
"assigned_inference": "<string>",
"error_message": "<string>"
}Returns the current status of a specific job by ID
curl --request GET \
--url https://cloud.comfy.org/api/job/{job_id}/status \
--header 'X-API-Key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "waiting_to_dispatch",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"last_state_update": "2023-11-07T05:31:56Z",
"assigned_inference": "<string>",
"error_message": "<string>"
}API key authentication. Generate an API key from your account settings at https://comfy.org/account. Pass the key in the X-API-Key header.
The unique ID of the job
Success - Job status returned
Job status information
The job ID
Current job status
waiting_to_dispatch, pending, in_progress, completed, error, cancelled When the job was created
When the job was last updated
When the job status was last changed
The inference instance assigned to this job (if any)
Error message if the job failed