---
title: "Get Supplier Combined"
method: GET
path: "/api/v1/admin/reporting/supplier-combined"
tags: ["Admin APIs", "Reporting"]
---

# Get Supplier Combined

`GET /api/v1/admin/reporting/supplier-combined`

## Query parameters

- `start_date` string, date, nullable
- `end_date` string, date, nullable
- `clients` string[], nullable
- `exclude_internal` boolean
- `plan_tiers` string, nullable
- `top_n` integer

## Response `200`

Successful Response

- SupplierCombinedResponse
  - `top_datasets_by_tokens` TopDatasetRow[], required
    - `supplier` string, required
    - `tokens` number, required
    - `clients` integer, required
  - `platform` PlatformMetrics, required
    - `tokens` SupplierMatrixResponse, required
      - `sources` string[], required
      - `rows` object[], required
    - `mb_metric` SupplierMatrixResponse, required
      - `sources` string[], required
      - `rows` object[], required
    - `records` SupplierMatrixResponse, required
      - `sources` string[], required
      - `rows` object[], required
  - `block` SupplierMatrixResponse, required
    - `sources` string[], required
    - `rows` object[], required
  - `polaris_s3` PolarisMetrics, required
    - `mb_metric` SupplierMatrixResponse, required
      - `sources` string[], required
      - `rows` object[], required
    - `request_count` SupplierMatrixResponse, required
      - `sources` string[], required
      - `rows` object[], required
  - `mcp_server` McpMetrics, required
    - `tokens_spent` SupplierMatrixResponse, required
      - `sources` string[], required
      - `rows` object[], required
    - `mcp_tool_calls` SupplierMatrixResponse, required
      - `sources` string[], required
      - `rows` object[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
