---
title: "Get metrics for all categories"
method: GET
path: "/categories/{teamId}/metrics"
tags: ["Categories"]
---

# Get metrics for all categories

`GET /categories/{teamId}/metrics`

Sample Request:
            
    GET /categories/cbb70402-1359-477f-ac92-0171cf2b5ff7/metrics

## Path parameters

- `teamId` string, required

## Response `200`

Returns a list of category metrics

- CategoryMetrics[]
  - `categoryId` string, nullable
  - `last24h` integer
  - `lastAlert` string, date-time, nullable
  - `subscriberCount` integer

## Other responses

- `400` — If the input is not valid
- `403` — If you have no permission to access this resource
- `404` — If the resource was not found
- `500` — If any server side errors occur

---

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