---
title: RUM
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > API Reference > RUM
---

# RUM
Copy pageCopied
Manage your Real User Monitoring (RUM) applications, and search or aggregate your RUM events over HTTP. See the [RUM & Session Replay page](https://docs.datadoghq.com/real_user_monitoring.md) for more information

## Search RUM events →{% #search-rum-events %}

| Datadog site      | API endpoint                                                |
| ----------------- | ----------------------------------------------------------- |
| ap1.datadoghq.com | POST https://api.ap1.datadoghq.com/api/v2/rum/events/search |
| ap2.datadoghq.com | POST https://api.ap2.datadoghq.com/api/v2/rum/events/search |
| app.datadoghq.eu  | POST https://api.datadoghq.eu/api/v2/rum/events/search      |
| app.ddog-gov.com  | POST https://api.ddog-gov.com/api/v2/rum/events/search      |
| us2.ddog-gov.com  | POST https://api.us2.ddog-gov.com/api/v2/rum/events/search  |
| app.datadoghq.com | POST https://api.datadoghq.com/api/v2/rum/events/search     |
| us3.datadoghq.com | POST https://api.us3.datadoghq.com/api/v2/rum/events/search |
| us5.datadoghq.com | POST https://api.us5.datadoghq.com/api/v2/rum/events/search |

## Get a list of RUM events →{% #get-a-list-of-rum-events %}

| Datadog site      | API endpoint                                        |
| ----------------- | --------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/rum/events |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/rum/events |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/rum/events      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/rum/events      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/rum/events  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/rum/events     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/rum/events |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/rum/events |

## Aggregate RUM events →{% #aggregate-rum-events %}

| Datadog site      | API endpoint                                                      |
| ----------------- | ----------------------------------------------------------------- |
| ap1.datadoghq.com | POST https://api.ap1.datadoghq.com/api/v2/rum/analytics/aggregate |
| ap2.datadoghq.com | POST https://api.ap2.datadoghq.com/api/v2/rum/analytics/aggregate |
| app.datadoghq.eu  | POST https://api.datadoghq.eu/api/v2/rum/analytics/aggregate      |
| app.ddog-gov.com  | POST https://api.ddog-gov.com/api/v2/rum/analytics/aggregate      |
| us2.ddog-gov.com  | POST https://api.us2.ddog-gov.com/api/v2/rum/analytics/aggregate  |
| app.datadoghq.com | POST https://api.datadoghq.com/api/v2/rum/analytics/aggregate     |
| us3.datadoghq.com | POST https://api.us3.datadoghq.com/api/v2/rum/analytics/aggregate |
| us5.datadoghq.com | POST https://api.us5.datadoghq.com/api/v2/rum/analytics/aggregate |

## Update a RUM application →{% #update-a-rum-application %}

| Datadog site      | API endpoint                                                     |
| ----------------- | ---------------------------------------------------------------- |
| ap1.datadoghq.com | PATCH https://api.ap1.datadoghq.com/api/v2/rum/applications/{id} |
| ap2.datadoghq.com | PATCH https://api.ap2.datadoghq.com/api/v2/rum/applications/{id} |
| app.datadoghq.eu  | PATCH https://api.datadoghq.eu/api/v2/rum/applications/{id}      |
| app.ddog-gov.com  | PATCH https://api.ddog-gov.com/api/v2/rum/applications/{id}      |
| us2.ddog-gov.com  | PATCH https://api.us2.ddog-gov.com/api/v2/rum/applications/{id}  |
| app.datadoghq.com | PATCH https://api.datadoghq.com/api/v2/rum/applications/{id}     |
| us3.datadoghq.com | PATCH https://api.us3.datadoghq.com/api/v2/rum/applications/{id} |
| us5.datadoghq.com | PATCH https://api.us5.datadoghq.com/api/v2/rum/applications/{id} |

## Get a RUM application →{% #get-a-rum-application %}

| Datadog site      | API endpoint                                                   |
| ----------------- | -------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/rum/applications/{id} |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/rum/applications/{id} |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/rum/applications/{id}      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/rum/applications/{id}      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/rum/applications/{id}  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/rum/applications/{id}     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/rum/applications/{id} |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/rum/applications/{id} |

## Delete a RUM application →{% #delete-a-rum-application %}

| Datadog site      | API endpoint                                                      |
| ----------------- | ----------------------------------------------------------------- |
| ap1.datadoghq.com | DELETE https://api.ap1.datadoghq.com/api/v2/rum/applications/{id} |
| ap2.datadoghq.com | DELETE https://api.ap2.datadoghq.com/api/v2/rum/applications/{id} |
| app.datadoghq.eu  | DELETE https://api.datadoghq.eu/api/v2/rum/applications/{id}      |
| app.ddog-gov.com  | DELETE https://api.ddog-gov.com/api/v2/rum/applications/{id}      |
| us2.ddog-gov.com  | DELETE https://api.us2.ddog-gov.com/api/v2/rum/applications/{id}  |
| app.datadoghq.com | DELETE https://api.datadoghq.com/api/v2/rum/applications/{id}     |
| us3.datadoghq.com | DELETE https://api.us3.datadoghq.com/api/v2/rum/applications/{id} |
| us5.datadoghq.com | DELETE https://api.us5.datadoghq.com/api/v2/rum/applications/{id} |

## Create a new RUM application →{% #create-a-new-rum-application %}

| Datadog site      | API endpoint                                               |
| ----------------- | ---------------------------------------------------------- |
| ap1.datadoghq.com | POST https://api.ap1.datadoghq.com/api/v2/rum/applications |
| ap2.datadoghq.com | POST https://api.ap2.datadoghq.com/api/v2/rum/applications |
| app.datadoghq.eu  | POST https://api.datadoghq.eu/api/v2/rum/applications      |
| app.ddog-gov.com  | POST https://api.ddog-gov.com/api/v2/rum/applications      |
| us2.ddog-gov.com  | POST https://api.us2.ddog-gov.com/api/v2/rum/applications  |
| app.datadoghq.com | POST https://api.datadoghq.com/api/v2/rum/applications     |
| us3.datadoghq.com | POST https://api.us3.datadoghq.com/api/v2/rum/applications |
| us5.datadoghq.com | POST https://api.us5.datadoghq.com/api/v2/rum/applications |

## List all the RUM applications →{% #list-all-the-rum-applications %}

| Datadog site      | API endpoint                                              |
| ----------------- | --------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/rum/applications |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/rum/applications |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/rum/applications      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/rum/applications      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/rum/applications  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/rum/applications     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/rum/applications |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/rum/applications |

## Upload source maps → preview{% #upload-source-maps %}

| Datadog site      | API endpoint                                                  |
| ----------------- | ------------------------------------------------------------- |
| ap1.datadoghq.com | POST https://sourcemap-intake.ap1.datadoghq.com/api/v2/srcmap |
| ap2.datadoghq.com | POST https://sourcemap-intake.ap2.datadoghq.com/api/v2/srcmap |
| app.datadoghq.eu  | POST https://sourcemap-intake.datadoghq.eu/api/v2/srcmap      |
| app.ddog-gov.com  | POST https://sourcemap-intake.ddog-gov.com/api/v2/srcmap      |
| app.datadoghq.com | POST https://sourcemap-intake.datadoghq.com/api/v2/srcmap     |
| us3.datadoghq.com | POST https://sourcemap-intake.us3.datadoghq.com/api/v2/srcmap |
| us5.datadoghq.com | POST https://sourcemap-intake.us5.datadoghq.com/api/v2/srcmap |
| us2.ddog-gov.com  | POST Not supported in the GOV2 region                         |

## Get a JavaScript source map → preview{% #get-a-javascript-source-map %}

| Datadog site      | API endpoint                                        |
| ----------------- | --------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/sourcemaps |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/sourcemaps |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/sourcemaps      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/sourcemaps      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/sourcemaps  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/sourcemaps     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/sourcemaps |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/sourcemaps |

## Delete source maps → preview{% #delete-source-maps %}

| Datadog site      | API endpoint                                           |
| ----------------- | ------------------------------------------------------ |
| ap1.datadoghq.com | DELETE https://api.ap1.datadoghq.com/api/v2/sourcemaps |
| ap2.datadoghq.com | DELETE https://api.ap2.datadoghq.com/api/v2/sourcemaps |
| app.datadoghq.eu  | DELETE https://api.datadoghq.eu/api/v2/sourcemaps      |
| app.ddog-gov.com  | DELETE https://api.ddog-gov.com/api/v2/sourcemaps      |
| us2.ddog-gov.com  | DELETE https://api.us2.ddog-gov.com/api/v2/sourcemaps  |
| app.datadoghq.com | DELETE https://api.datadoghq.com/api/v2/sourcemaps     |
| us3.datadoghq.com | DELETE https://api.us3.datadoghq.com/api/v2/sourcemaps |
| us5.datadoghq.com | DELETE https://api.us5.datadoghq.com/api/v2/sourcemaps |

## List source maps → preview{% #list-source-maps %}

| Datadog site      | API endpoint                                             |
| ----------------- | -------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/sourcemaps/list |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/sourcemaps/list |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/sourcemaps/list      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/sourcemaps/list      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/sourcemaps/list  |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/sourcemaps/list     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/sourcemaps/list |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/sourcemaps/list |

## Restore source maps → preview{% #restore-source-maps %}

| Datadog site      | API endpoint                                                  |
| ----------------- | ------------------------------------------------------------- |
| ap1.datadoghq.com | PATCH https://api.ap1.datadoghq.com/api/v2/sourcemaps/restore |
| ap2.datadoghq.com | PATCH https://api.ap2.datadoghq.com/api/v2/sourcemaps/restore |
| app.datadoghq.eu  | PATCH https://api.datadoghq.eu/api/v2/sourcemaps/restore      |
| app.ddog-gov.com  | PATCH https://api.ddog-gov.com/api/v2/sourcemaps/restore      |
| us2.ddog-gov.com  | PATCH https://api.us2.ddog-gov.com/api/v2/sourcemaps/restore  |
| app.datadoghq.com | PATCH https://api.datadoghq.com/api/v2/sourcemaps/restore     |
| us3.datadoghq.com | PATCH https://api.us3.datadoghq.com/api/v2/sourcemaps/restore |
| us5.datadoghq.com | PATCH https://api.us5.datadoghq.com/api/v2/sourcemaps/restore |

## Get service repository information → preview{% #get-service-repository-information %}

| Datadog site      | API endpoint                                                                 |
| ----------------- | ---------------------------------------------------------------------------- |
| ap1.datadoghq.com | POST https://api.ap1.datadoghq.com/api/v2/sourcemaps/service_repository_info |
| ap2.datadoghq.com | POST https://api.ap2.datadoghq.com/api/v2/sourcemaps/service_repository_info |
| app.datadoghq.eu  | POST https://api.datadoghq.eu/api/v2/sourcemaps/service_repository_info      |
| app.ddog-gov.com  | POST https://api.ddog-gov.com/api/v2/sourcemaps/service_repository_info      |
| us2.ddog-gov.com  | POST https://api.us2.ddog-gov.com/api/v2/sourcemaps/service_repository_info  |
| app.datadoghq.com | POST https://api.datadoghq.com/api/v2/sourcemaps/service_repository_info     |
| us3.datadoghq.com | POST https://api.us3.datadoghq.com/api/v2/sourcemaps/service_repository_info |
| us5.datadoghq.com | POST https://api.us5.datadoghq.com/api/v2/sourcemaps/service_repository_info |
