---
title: "Get RUM replay playlist"
method: GET
path: "/api/v2/rum/replay/playlists/{playlist_id}"
tags: ["Rum Replay Playlists"]
---

# Get RUM replay playlist

`GET /api/v2/rum/replay/playlists/{playlist_id}`

Get a playlist.

## Path parameters

- `playlist_id` integer, required

## Response `200`

OK

- Playlist — A single RUM replay playlist resource returned by create, update, or get operations.
  - `data` PlaylistData, required — Data object representing a RUM replay playlist, including its identifier, type, and attributes.
    - `attributes` PlaylistDataAttributes — Attributes of a RUM replay playlist, including its name, description, session count, and audit timestamps.
      - `created_at` string, date-time — Timestamp when the playlist was created.
      - `created_by` PlaylistDataAttributesCreatedBy — Information about the user who created the playlist.
        - `handle` string, required — Email handle of the user who created the playlist.
        - `icon` string — URL or identifier of the user's avatar icon.
        - `id` string, required — Unique identifier of the user who created the playlist.
        - `name` string — Display name of the user who created the playlist.
        - `uuid` string, required — UUID of the user who created the playlist.
      - `description` string — Optional human-readable description of the playlist's purpose or contents.
      - `name` string, required — Human-readable name of the playlist.
      - `session_count` integer — Number of replay sessions in the playlist.
      - `updated_at` string, date-time — Timestamp when the playlist was last updated.
    - `id` string — Unique identifier of the playlist.
    - `type` 'rum_replay_playlist', required — Rum replay playlist resource type.

## Other responses

- `429` — Too many requests

---

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