curl --request GET \
--url https://cloud.comfy.org/api/prompt \
--header 'X-API-Key: <api-key>'{
"exec_info": {
"queue_remaining": 123
}
}Returns information about the current prompt in the execution queue
curl --request GET \
--url https://cloud.comfy.org/api/prompt \
--header 'X-API-Key: <api-key>'{
"exec_info": {
"queue_remaining": 123
}
}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.
Success
Show child attributes
Was this page helpful?