List a queue's wrap-up disposition (reason code) catalog
Returns the queue’s wrap-up disposition catalog ordered by sortOrder then code, plus requireDisposition (whether the queue blocks the agent’s busy → available flip until a code is recorded). Active-only by default — the agent picker’s view; pass ?includeInactive=true for the admin catalog editor’s retired-row view. Returns 404 when the queue does not exist in the caller’s tenant, and an empty items array (not a 500) on a tenant schema that predates the catalog table.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Path Parameters
1 - 128Query Parameters
When true, soft-retired (isActive: false) rows are included so the admin catalog editor can reactivate them. Omitted/false returns the active-only catalog the agent picker renders.
true, false