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

# Retrieve devices and tickets

`GET /v1/tickets/summary/devices`

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

## Query parameters

- `resolvedFromTime` integer

## Headers

- `Workspace` string, required

## Response `200`

Success

- DevicesSummaryResponse
  - `devices` integer — The number of devices in the workspace.
  - `devicesWithoutTickets` integer — The number of devices with no open tickets.
  - `devicesWithTickets` integer — The number of devices with at least one open ticket.
  - `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 device 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)
