Retrieve a summary of emails and associated tickets for a workspace. The summary includes the total number of open tickets, closed tickets, emails with associated tickets, and emails with no associated tickets.
Success
Bad request, validation error
Unauthorized request
Access forbidden
Too Many Requests
Internal server error
{- "openTickets": [
- {
- "ticketTrigger": "malwareInCloudDrive",
- "count": 123
}
], - "closedTickets": [
- {
- "ticketTrigger": "malwareInCloudDrive",
- "count": 123
}
], - "topDomains": [
- {
- "name": "example.com",
- "count": 123,
- "percentage": 72
}
], - "emailsScanned": 123
}