---
title: "Retrieve apps and tickets"
method: GET
path: "/v1/tickets/summary/cloud-apps"
tags: ["tickets-summary"]
---

# Retrieve apps and tickets

`GET /v1/tickets/summary/cloud-apps`

Retrieve a summary of protected cloud apps and associated tickets for a workspace. The summary includes the total number of open tickets, closed tickets, cloud apps with associated tickets, and cloud apps with no associated tickets.

## Query parameters

- `resolvedFromTime` integer

## Headers

- `Workspace` string, required

## Response `200`

Success

- CloudAppsSummaryResponse
  - `cloudAppStatuses` CloudAppStatus[] — The status for each cloud app connected to workspace.
    - `name` 'dropboxEnforcement' | 'googleDirectoryEnforcement' | 'office365Enforcement' | 'salesforceEnforcement' | 'slackEnforcement' | 'boxEnforcement' — The name of the cloud app.
    - `status` CloudServiceStatus — The status for each cloud app connected to workspace.
      - `name` 'dropboxEnforcement' | 'googleDirectoryEnforcement' | 'office365Enforcement' | 'salesforceEnforcement' | 'slackEnforcement' | 'boxEnforcement' — The name of the cloud app.
      - `status` CloudServiceStatus — recursive
      - `noLogs` boolean — The status of access to the cloud app audit logs. True - no access. False - has access.
    - `noLogs` boolean — The status of access to the cloud app audit logs. True - no access. False - has access.
  - `openTickets` TicketCountResponse[] — The number of open tickets, grouped by the ticket trigger. — unresolved $ref
  - `closedTickets` TicketCountResponse[] — The number of closed tickets, grouped by the ticket trigger; includes all cloud app triggers. — unresolved $ref

## Other responses

- `400` — Bad request, validation error
- `401` — Unauthorized request
- `403` — Access forbidden
- `429` — Too Many Requests
- `500` — Internal server error

---

[API](https://skmtc.dev/coro/apis/coro-cybersecurity-public-api.md) · [All operations](https://skmtc.dev/coro/apis/coro-cybersecurity-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coro/coro-cybersecurity-public-api/revisions/b635522b2393/schema)
