---
title: "Get Customer Daily Activity"
method: GET
path: "/customer/daily/activity"
tags: ["Customer Management"]
---

# Get Customer Daily Activity

`GET /customer/daily/activity`

Get daily activity for specific organizations or all accessible organizations.

## Query parameters

- `end_user_ids` string, nullable
- `start_date` string, nullable
- `end_date` string, nullable
- `model` string, nullable
- `api_key` string, nullable
- `page` integer
- `page_size` integer
- `exclude_end_user_ids` string, nullable

## Response `200`

Successful Response

- SpendAnalyticsPaginatedResponse
  - `results` DailySpendData[], required
    - `date` string, date, required
    - `metrics` SpendMetrics, required
      - `spend` number
      - `prompt_tokens` integer
      - `completion_tokens` integer
      - `cache_read_input_tokens` integer
      - `cache_creation_input_tokens` integer
      - `total_tokens` integer
      - `successful_requests` integer
      - `failed_requests` integer
      - `api_requests` integer
    - `breakdown` BreakdownMetrics — Breakdown of spend by different dimensions
      - `mcp_servers` object
      - `models` object
      - `model_groups` object
      - `providers` object
      - `endpoints` object
      - `api_keys` object
      - `entities` object
  - `metadata` DailySpendMetadata
    - `total_spend` number
    - `total_prompt_tokens` integer
    - `total_completion_tokens` integer
    - `total_tokens` integer
    - `total_api_requests` integer
    - `total_successful_requests` integer
    - `total_failed_requests` integer
    - `total_cache_read_input_tokens` integer
    - `total_cache_creation_input_tokens` integer
    - `page` integer
    - `total_pages` integer
    - `has_more` boolean

## Other responses

- `422` — Validation Error

---

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