AnalyticsEventFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| acknowledgedAt | AnalyticsEventFilterAcknowledgedAt | When the event was acknowledged by an operator. | |
| acknowledgedById | AnalyticsEventFilterAcknowledgedById | Identifier of the actor who acknowledged the event. | |
| and | [AnalyticsEventFilterInput!] | ||
| details | AnalyticsEventFilterDetails | Structured metadata payload. | |
| id | AnalyticsEventFilterId | ||
| insertedAt | AnalyticsEventFilterInsertedAt | When the event was recorded. | |
| job | JobFilterInput | Production job linked to the event. | |
| jobId | AnalyticsEventFilterJobId | ||
| metric | MetricFilterInput | Metric associated with this event, if applicable. | |
| metricId | AnalyticsEventFilterMetricId | ||
| not | [AnalyticsEventFilterInput!] | ||
| occurredAt | AnalyticsEventFilterOccurredAt | Timestamp when the event occurred. | |
| operation | OperationFilterInput | Production operation linked to the event. | |
| operationId | AnalyticsEventFilterOperationId | ||
| or | [AnalyticsEventFilterInput!] | ||
| resource | ResourceFilterInput | Resource context for the event (press, device, etc.). | |
| resourceId | AnalyticsEventFilterResourceId | ||
| severity | AnalyticsEventFilterSeverity | Severity level of the event. | |
| signalType | AnalyticsEventFilterSignalType | Semantic classification of the event signal. | |
| source | AnalyticsEventFilterSource | System or integration that generated the event. | |
| summary | AnalyticsEventFilterSummary | Short, human-readable summary of the event. | |
| updatedAt | AnalyticsEventFilterUpdatedAt | When the event record last updated. |