Queues
Processing queue status and monitoring
Returns status information about the internal processing queues that handle asset bundle conversion requests.
This endpoint provides visibility into:
Number of entities pending conversion
Number of entities currently being processed
Number of successfully completed conversions
Number of failed conversions
Useful for monitoring system load and identifying potential bottlenecks in the asset bundle conversion pipeline.
Responses
200
Queue status information
application/json
400
Bad request
application/json
500
Internal server error
application/json
get
/queues/statusLast updated