Retrieve organization-wide async queue status including queued tasks, processing tasks, and concurrency usage for monitoring and capacity planning.
QUEUED)PROCESSING)| Field | Type | Description |
|---|---|---|
queuedTasks | integer | Number of tasks currently queued for your organization |
processingTasks | integer | Number of tasks currently being processed for your organization |
concurrency.used | integer | Number of concurrent slots currently in use |
concurrency.max | integer | Maximum allowed concurrent tasks for your organization (based on your plan) |
concurrency object may be null if concurrency information cannot be retrieved at the time of the request. This is rare but can occur during system maintenance.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response with queue metrics.