# TimelineQueryInput **Type:** GraphQL inputs ## Fields - timeRange (DateTimeFilter): Time range for the timeline (optional - defaults to full range if not provided) - before (DateTime) - after (DateTime) - binCount (Int): Number of bins to divide the time range into (60-360, steps of 20) - timezone (String): Timezone for timestamp calculations and binning (IANA timezone identifier, e.g., 'America/New_York', 'UTC') Defaults to 'UTC' if not provided - filters (SessionFilter): Optional filters - sessionId (StringFilter) - activityType (ActivityTypeFilter) - dateRange (DateTimeFilter) - agent (AgentReferenceFilter) - search (String) - findingType (FindingTypeFilter) - issue (IssueReferenceFilter) - detections (DetectionFilter) - tool (ToolReferenceFilter) - dataSource (DataSourceReferenceFilter) - accessChannel (AccessChannelReferenceFilter)