---
title: "Loads the Team Summary for the specified month."
method: GET
path: "/reports/teams/paged"
tags: ["reports"]
---

# Loads the Team Summary for the specified month.

`GET /reports/teams/paged`

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

## Query parameters

- `startDate` string, date, required
- `endDate` string, date, required
- `pageSize` integer
- `pageToken` string

## Response `default`

default response

- PagedResponseTeamUsageReport
  - `pageNumber` integer
  - `pageSize` integer — The size of the page requested. If none was supplied this is a default value (depending on the endpoint). If the length of items is less than this number that means there are _no_ more pages to request. NOTE: if the length *is* equal there may or may not be additional pages to request, it is unknowable until they are requested
  - `pageToken` string — Supply this token on successive requests to retrieve the next page if there is one
  - `items` TeamUsageReport[]
    - `companyId` string
    - `teamId` string
    - `teamName` string
    - `startDate` string
    - `endDate` string
    - `gremlinMetrics` GremlinMetrics
      - `uniqueUsers` integer
      - `uniqueActiveUsers` integer
      - `attacksRun` integer
      - `uniqueHostsAttacked` integer
      - `uniqueTargetsHost` integer
      - `uniqueTargetsContainer` integer
      - `uniqueTargetsApplication` integer
      - `reliabilityTestsRun` integer
      - `failureFlagExperimentsRun` integer
      - `infrastructureAgents` integer
      - `failureFlagAgents` integer

## Other responses

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