---
title: "List all the RUM applications"
method: GET
path: "/api/v2/rum/applications"
tags: ["RUM"]
---

# List all the RUM applications

`GET /api/v2/rum/applications`

List all the RUM applications in your organization.

## Response `200`

OK

- RUMApplicationsResponse — RUM applications response.
  - `data` RUMApplicationList[] — RUM applications array response.
    - `attributes` RUMApplicationListAttributes, required — RUM application list attributes.
      - `application_id` string, required — ID of the RUM application.
      - `created_at` integer, required — Timestamp in ms of the creation date.
      - `created_by_handle` string, required — Handle of the creator user.
      - `hash` string — Hash of the RUM application. Optional.
      - `is_active` boolean — Indicates if the RUM application is active.
      - `name` string, required — Name of the RUM application.
      - `org_id` integer, required — Org ID of the RUM application.
      - `product_scales` RUMProductScales — Product Scales configuration for the RUM application.
        - `product_analytics_retention_scale` RUMProductAnalyticsRetentionScale — Product Analytics retention scale configuration.
          - `last_modified_at` integer — Timestamp in milliseconds when this scale was last modified.
          - `state` 'MAX' | 'NONE' — Controls the retention policy for Product Analytics data derived from RUM events.
        - `rum_event_processing_scale` RUMEventProcessingScale — RUM event processing scale configuration.
          - `last_modified_at` integer — Timestamp in milliseconds when this scale was last modified.
          - `state` 'ALL' | 'ERROR_FOCUSED_MODE' | 'NONE' — Configures which RUM events are processed and stored for the application.
      - `type` string, required — Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`, `roku`, `electron`, `unity`, `kotlin-multiplatform`.
      - `updated_at` integer, required — Timestamp in ms of the last update date.
      - `updated_by_handle` string, required — Handle of the updater user.
    - `id` string — RUM application ID.
    - `type` 'rum_application', required — RUM application list type.

## Other responses

- `404` — Not Found
- `429` — Too many requests

---

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