---
title: "Get app status-class time series"
method: GET
path: "/api/app/{uuid}/traffic/series"
tags: ["Traffic Analytics"]
---

# Get app status-class time series

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

Per-bucket 2xx/3xx/4xx/5xx request counts for one app, zero-filled to
a fixed length: 24 hourly buckets for `range=24h`, 7 or 30 daily
buckets for `range=7d`/`range=30d`.

## Path parameters

- `uuid` string, required

## Query parameters

- `range` '24h' | '7d' | '30d'

## Response `200`

Status-class time series for the app

- TrafficSeriesBucket[]
  - `bucket` integer — Unix-millis start of the bucket
  - `s2xx` integer
  - `s3xx` integer
  - `s4xx` integer
  - `s5xx` 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/f939ccc82c4e/schema)
