---
title: "Get app top paths"
method: GET
path: "/api/app/{uuid}/traffic/paths"
tags: ["Traffic Analytics"]
---

# Get app top paths

`GET /api/app/{uuid}/traffic/paths`

Busiest request paths for one app, summed across every bucket in
range, with per-path latency. A synthetic `__other__` entry absorbs
the long tail past the server's top-N cap (TRAFFIC_TOPN).

## Path parameters

- `uuid` string, required

## Query parameters

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

## Response `200`

Top paths for the app

- TrafficPath[]
  - `path` string
  - `requests` integer
  - `bytes_out` integer
  - `p50` number, float
  - `p95` number, float

## 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)
