---
title: "Get Gateway Daily Activity"
method: GET
path: "/gateway/daily/activity"
tags: ["Budget & Spend Tracking"]
---

# Get Gateway Daily Activity

`GET /gateway/daily/activity`

Successful and failed gateway requests, counted at the ASGI edge.

Deployment-wide: the underlying table has no per-key or per-user dimension,
so this is admin-only.

## Query parameters

- `start_date` string, nullable — Start date in YYYY-MM-DD format
- `end_date` string, nullable — End date in YYYY-MM-DD format

## Response `200`

Successful Response

- GatewayRequestActivityResponse — Response for GET /gateway/daily/activity.
  - `total_successful_requests` integer
  - `total_failed_requests` integer
  - `by_date` GatewayRequestDailyEntry[]
    - `date` string, required
    - `successful_requests` integer
    - `failed_requests` integer
  - `by_route` GatewayRequestBreakdownEntry[]
    - `category` string, required
    - `route` string, required
    - `successful_requests` integer
    - `failed_requests` integer

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/gateway/daily/activity/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/731afbea6a1b?raw)
