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

# Get usage

`GET /api/credits/report/summary`

Returns the daily or monthly credit usage of the authenticated user.

Groups by day for periods shorter than 2 months, otherwise groups by month.

## Query parameters

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

## Response `200`

- object
  - `from` string
  - `to` string
  - `total` object
    - `finder` integer
    - `verifier` integer
  - `items` object[]
    - `date` string
    - `finder` integer
    - `verifier` integer

## Other responses

- `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)
