跳转到主要内容
GET
/
api
/
prompt
Get information about current prompt execution
curl --request GET \
  --url https://cloud.comfy.org/api/prompt \
  --header 'X-API-Key: <api-key>'
{
  "exec_info": {
    "queue_remaining": 123
  }
}

授权

X-API-Key
string
header
必填

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

exec_info
object