---
title: "Get Rum Events"
method: GET
path: "/api/v1/admin/analytics/rum/events"
tags: ["Admin APIs", "Analytics"]
---

# Get Rum Events

`GET /api/v1/admin/analytics/rum/events`

Proxy to Datadog GET /api/v2/rum/events.

All queries are automatically scoped to the configured application ID
to prevent cross-application data access. Returns raw API response.

## Query parameters

- `filter_from` string, nullable — Minimum time, e.g. now-24h or ISO8601
- `filter_to` string, nullable — Maximum time, e.g. now or ISO8601
- `filter_query` string, nullable — Additional RUM search query (automatically scoped to app)
- `sort` string, nullable — Sort: timestamp or -timestamp
- `page_cursor` string, nullable — Pagination cursor from previous response
- `page_limit` integer — Max events per page

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