Read tickets count for organization
Reads the approximate count of tickets for a specific organization. This example demonstrates using the get_tickets_count_org endpoint with the organization_id parameter.
SELECT * FROM get_tickets_count_org
WITH(
organization_id='123'
)