---
title: "Get recorded apps"
method: GET
path: "/api/traffic/apps"
tags: ["Traffic Analytics"]
---

# Get recorded apps

`GET /api/traffic/apps`

List every app UUID (or host, for Caddy) that traffic analytics has
recorded data for.

## Response `200`

Recorded app identifiers

- string[]

## Other responses

- `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/fe71cb07ae78/schema)
