Get chronological activity timeline for an account.
Returns events from account_timeline_insights table within the specified time range.
Args: account_id: The account ID to get timeline for days: How many days back to look (default 30, max 365) alert_types: Optional comma-separated filter (‘openfunnel’, ‘crm’) limit: Maximum events per page (default 50, max 500) offset: Number of events to skip for pagination user_id: Authenticated user ID (from API key)
Returns: TimelineResponse with events and pagination metadata
Number of days back to look
1 <= x <= 365Comma-separated alert types to filter (e.g., 'openfunnel,crm')
Maximum events per page
1 <= x <= 500Number of events to skip
x >= 0Successful Response