---
title: "Returns services with no matched agents, along with their coverage state."
method: GET
path: "/reports/companies/empty-services"
tags: ["reports"]
---

# Returns services with no matched agents, along with their coverage state.

`GET /reports/companies/empty-services`

Requires the privilege [`RELIABILITY_REPORTS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Response `default`

default response

- EmptyServiceEntry[]
  - `serviceId` string
  - `agentKind` 'INFRA' | 'FAILURE_FLAG' | 'NONE'
  - `emptySince` string
  - `suppressedAt` string
  - `expiredAt` string
  - `coverageState` 'SUPPRESSED' | 'EXPIRED' | 'RESTORED_AFTER_EXPIRATION'

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege: RELIABILITY_REPORTS_READ

---

[API](https://skmtc.net/gremlin/apis/gremlin-api.md) · [All operations](https://skmtc.net/gremlin/apis/gremlin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gremlin/gremlin-api/revisions/3225dd997dbc/schema)
