---
title: "Get server-wide dimension breakdown"
method: GET
path: "/api/traffic/breakdown/{dimension}"
tags: ["Traffic Analytics"]
---

# Get server-wide dimension breakdown

`GET /api/traffic/breakdown/{dimension}`

Top values of one dimension across every app on the box, summed over
the range. An unrecognized dimension returns an empty array, not an
error.

## Path parameters

- `dimension` string, required

## Query parameters

- `from` string, date-time
- `to` string, date-time
- `limit` integer

## Response `200`

Top values of the dimension across all apps

- TrafficBreakdownEntry[]
  - `value` string
  - `requests` integer
  - `bytes_out` integer

## Other responses

- `400` — Bad request - invalid parameters
- `401` — Unauthorized - missing or invalid authentication token
- `404` — Traffic analytics isn't enabled — the binary lacks the `traffic` Cargo feature, TRAFFIC_ENABLED isn't true, or the analytics database failed to open.
- `500` — Internal server error

---

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