Skip to content

mixpanel_dashboard (Data Source)

Fetches a Mixpanel dashboard — a Board that arranges saved reports into a shareable view. See also mixpanel_dashboard resource.

Example Usage

data "mixpanel_dashboard" "product_kpis" {
  project_id   = 1234567
  dashboard_id = 707
}

Only dashboard_id and project_id are inputs; the remaining attributes are populated from the fetched dashboard.

Schema

Required

  • dashboard_id (Number)
  • project_id (Number)

Read-Only

  • created (String)
  • creator (String)
  • creator_email (String)
  • creator_id (Number)
  • creator_name (String)
  • description (String)
  • generation_type (String)
  • id (Number) The ID of this resource.
  • is_draft (Boolean)
  • is_favorited (Boolean)
  • is_private (Boolean)
  • is_restricted (Boolean)
  • layout_version (Number)
  • modified (String)
  • pinned_date (String)
  • template_type (String)
  • time_filter (String)
  • title (String)
  • total_view_count (Number)
  • unique_view_count (Number)