---
title: "Get Rum Page Performance Endpoint"
method: GET
path: "/api/v1/admin/analytics/rum/page-performance"
tags: ["Admin APIs", "Analytics"]
---

# Get Rum Page Performance Endpoint

`GET /api/v1/admin/analytics/rum/page-performance`

Page-performance summary for the CAMS Summary tab.

Aggregates view counts, avg loading time, and daily timeseries for the current
and previous period. Used to power the treemap, total-views stat, area chart,
and top-routes table — replacing previously hardcoded mock data.

## Query parameters

- `filter_from` string — Start time, e.g. now-7d or ISO8601
- `filter_to` string — End time, e.g. now or ISO8601

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
