Queues

Get queue status information

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.

get/queues/status

Response

Queue status information

windowsPendingJobsstring[] required

List of entity IDs with pending Windows asset bundle conversions

macPendingJobsstring[] required

List of entity IDs with pending Mac asset bundle conversions

webglPendingJobsstring[] required

Deprecated. WebGL was decommissioned and is no longer queued for conversion. Retained for backward compatibility and always returned as an empty array.

Changes

No recorded changes to this endpoint across all 1 revision of this API.