cURL
curl --request GET \ --url https://your-deployment-api-url.pod.flowscale.ai/api/v1/comfy/queue \ --header 'X-API-KEY: <api-key>'
{ "status": "<string>", "data": [ { "comfy_uri": "<string>", "queue": {} } ], "errors": "<string>", "meta": {} }
Retrieves the queue data for all ComfyUI instances in the cluster. This includes information about running and pending tasks in each instance’s queue.
Successful Response
The response is of type object.
object