Queues

Processing queue status and monitoring

Get queue status information

get
/queues/status

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
chevron-right
200

Queue status information

application/json
get
/queues/status

Last updated