---
title: "Get Request Count"
method: GET
path: "/v0/requests/count"
tags: ["Requests"]
---

# Get Request Count

`GET /v0/requests/count`

Retrieve the daily count of API requests made by your team within a specified date range. Use this endpoint to monitor API usage patterns, identify peak activity periods, and plan capacity.

## Query parameters

- `start_datetime` string, date-time, nullable — Start datetime in ISO format (e.g., 2023-01-01T00:00:00)
- `end_datetime` string, date-time, nullable — End datetime in ISO format (e.g., 2023-01-01T23:59:59)
- `timezone` string — IANA timezone string (e.g., 'Europe/Madrid', 'America/New_York')
- `is_origin_app` boolean, nullable — Filter by origin app or api
- `origin` 'api' | 'app' | 'web' | 'mcp'
- `api_key_id` string, uuid, nullable — Filter by API key id

## Response `200`

Successful Response

- RequestCount[]
  - `period_start` string, date-time, required — Start of the period.
  - `number_of_requests` integer, required — Number of requests.

## Other responses

- `400` — Bad Request
- `402` — Payment Required
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/theirstack/apis/theirstack-api-reference.md) · [All operations](https://skmtc.net/theirstack/apis/theirstack-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theirstack/theirstack-api-reference/versions/2723cd54b43e/schema)
