Skip to content

mixpanel_playlist (Data Source)

Retrieves details of a Mixpanel Playlist — a curated collection of session replays for review and analysis. Use this data source to reference an existing playlist in your analytics workflow.

Example Usage

data "mixpanel_playlist" "checkout_errors" {
  project_id  = 1234567
  playlist_id = "def456ghi789"
}

Only playlist_id is an input; the remaining attributes are populated from the fetched object.

See also: mixpanel_playlist resource.

Schema

Required

  • playlist_id (String)
  • project_id (Number)

Optional

  • filters (String)
  • time_filter (String)

Read-Only

  • allow_staff_override (Boolean)
  • bookmarked_replays (Attributes List) (see below for nested schema)
  • can_pin (Boolean)
  • can_share (Boolean)
  • can_update_basic (Boolean)
  • can_view (Boolean)
  • dashboard_id (Number)
  • description (String)
  • id (String) The ID of this resource.
  • is_shared_with_project (Boolean)
  • is_sort_ascending (Boolean)
  • is_superadmin (Boolean)
  • last_modified_by_email (String)
  • last_modified_by_id (Number)
  • last_modified_by_name (String)
  • name (String)
  • sort_property (String)

Nested Schema for bookmarked_replays

Read-Only:

  • distinct_id (String)
  • replay_id (String)