---
title: "Get team usage"
method: GET
path: "/api/credits/report/team-summary"
tags: ["Usage"]
---

# Get team usage

`GET /api/credits/report/team-summary`

Returns a summary of credit usage of all team members within a specific date range.

Only team owners can access this endpoint.

## Query parameters

- `from` string — optional The start date (incl.) for the report (YYYY-MM-DD format). Defaults to 30 days ago.
- `to` string — optional The end date (incl.) for the report (YYYY-MM-DD format). Defaults to today.

## Response `200`

- object
  - `from` string
  - `to` string
  - `total` object
    - `finder` integer
    - `verifier` integer
  - `members` object[]
    - `name` string
    - `finder` integer
    - `verifier` integer

## Other responses

- `403`
- `422`

---

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