Skip to content

mixpanel_agent_flow (Data Source)

Retrieves an Agent Flow — an automated workflow powered by Mixpanel's AI capabilities that can analyze data, generate insights, and perform scheduled actions.

Example Usage

data "mixpanel_agent_flow" "daily_report" {
  project_id    = 1234567
  agent_flow_id = "abc123"
}

Only agent_flow_id is an input; the remaining attributes are populated from the fetched object. For the resource counterpart, see mixpanel_agent_flow.

Schema

Required

  • agent_flow_id (String)
  • project_id (Number)

Optional

  • graph (String)

Read-Only

  • allow_staff_override (Boolean)
  • can_pin (Boolean)
  • can_share (Boolean)
  • can_update_basic (Boolean)
  • can_view (Boolean)
  • content_environments_id (Number)
  • content_type (String)
  • created (String)
  • creator_email (String)
  • creator_id (Number)
  • creator_name (String)
  • deleted (String)
  • description (String)
  • frequency (String) Cadence values for scheduled trigger nodes.
  • id (String) The ID of this resource.
  • is_favorited (Boolean)
  • is_shared_with_project (Boolean)
  • is_superadmin (Boolean)
  • last_modified_by_email (String)
  • last_modified_by_id (Number)
  • last_modified_by_name (String)
  • last_run (String)
  • modified (String)
  • name (String)
  • pinned_date (String)
  • project_name (String)
  • status (String)
  • tags (List of String)
  • type (String) The agent-flow template type.
  • user_id (Number)