Skip to main content

Get Support Tickets Summary

GET 

/api/support/tickets/summary

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Deprecated — use Get Support Summary (GET /api/support/summary) instead.

Required scope: support:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Returns the tenant's support panel numbers: open/waiting/awaiting-release counts, tickets created and resolved in the trailing window, median first-response and resolution time in minutes, the percentage of first-response SLAs met, a breakdown by ticket type, and the 5 most recently resolved tickets.

Query params: days — size of the trailing window, clamped between 7 and 365 (default 30).

Counts and medians respect the same visibility rules as List Support Tickets (org-wide tickets plus the ones you raised or were added to).

Authentication: Bearer token with the support:read scope, or an authenticated session. Requires the X-Tenant-Id header (or a tenant subdomain).

Request

Responses

OK

Response Headers
    Content-Type