Skip to main content

Queue counts

GET 

/api/support/agent/queue-counts

The numbers on the console's queue tabs and the sidebar badges: how many tickets sit in each queue for the calling agent right now, plus the size of the inbound-mail quarantine. Counted with the queues' own definitions and no filters, so unassigned: 6 is exactly the six rows the Unassigned tab shows.

Response data:

  • queues (object) — one integer per queue: open (every unresolved ticket), unassigned, mine (assigned to the caller), triage (unassigned and untriaged), waiting, awaiting_release, breaching, snoozed, resolved, all (any status).
  • inbound_mail (integer) — mails on the quarantine list.

Authentication: Bearer token with the support:read scope, or an authenticated session; the caller must hold an active support agent seat. Central — no tenant header.

Request

Responses

OK

Response Headers
    Content-Type