Skip to content

mixpanel_canvas (Data Source)

Fetches a Mixpanel canvas — a hierarchical metric tree that visualizes KPI breakdowns and dependencies.

Example Usage

data "mixpanel_canvas" "north_star" {
  project_id     = 1234567
  metric_tree_id = "abc-123-def"
}

Only metric_tree_id and project_id are inputs; the remaining attributes are populated from the fetched canvas.

Schema

Required

  • metric_tree_id (String)
  • project_id (Number)

Read-Only

  • content_type (String)
  • created (String)
  • creator_email (String)
  • creator_id (Number)
  • creator_name (String)
  • description (String)
  • id (String) The ID of this resource.
  • is_favorited (Boolean)
  • last_modified_by_email (String)
  • last_modified_by_id (Number)
  • last_modified_by_name (String)
  • modified (String)
  • name (String)
  • pinned_date (String)
  • room_id (String)