---
title: "Get Usage"
method: GET
path: "/api/v1/billing/usage/"
tags: ["billing"]
---

# Get Usage

`GET /api/v1/billing/usage/`

Get bot usage statistics

The base rate limit for this endpoint is:
- 5 requests per min per workspace

## Query parameters

- `end` string, date-time
- `start` string, date-time

## Response `200`

- UsageResponse — Serializer for usage statistics response.
  - `bot_total` number, double, required — The total amount of time, in seconds, of bots used.

---

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