---
title: "Aggregate summary of infrastructure and failure flag agents"
method: GET
path: "/agents/summary"
tags: ["agents"]
---

# Aggregate summary of infrastructure and failure flag agents

`GET /agents/summary`

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

## Query parameters

- `teamId` string, required

## Response `default`

default response

- AgentSummaryResponse
  - `active` integer
  - `warnings` integer
  - `deactivated` integer
  - `idle` integer

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: CLIENTS_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/36ee938323f0/schema)
