Skip to content

mixpanel_annotation (Data Source)

Fetches a Mixpanel annotation — a timestamped note that marks releases, campaigns, or other events on report timelines.

Example Usage

data "mixpanel_annotation" "launch" {
  project_id    = 1234567
  annotation_id = 890
}

Only annotation_id and project_id are inputs; the remaining attributes are populated from the fetched annotation.

Schema

Required

  • annotation_id (Number)
  • project_id (Number)

Optional

  • user (String)

Read-Only

  • date (String)
  • description (String)
  • id (Number) The ID of this resource.