Anchor to AnalyticsIssueAnalytics
objectAnalytics Issue
Requires access scope.
An analytics issue record.
Anchor to FieldsFields
- endedAt (DateTime)
- fields ([String!])
- id (ID!)
- message (String!)
- messageTemplate (String)
- schemas ([String!]!)
- severity (AnalyticsIssueSeverity!)
- startedAt (DateTime!)
- status (AnalyticsIssueStatus!)
- surface (AnalyticsIssueSurface!)
- Anchor to endedAtended•Date
At Time The date and time when the issue ended (in UTC).
- Anchor to fieldsfields•[String!]
List of affected fields.
- •ID!non-null
A globally-unique ID.
- Anchor to messagemessage•String!non-null
Description of the issue and its impact.
- Anchor to messageTemplatemessage•String
Template The template identifier for the message if it uses a template (e.g., 'data_delay', 'missing_data').
- Anchor to schemasschemas•[String!]!non-null
List of affected schemas.
- Anchor to severityseverity•Analytics
Issue Severity! non-null The severity level of the issue.
- Anchor to startedAtstarted•Date
At Time! non-null The date and time when the issue started (in UTC).
- Anchor to statusstatus•Analytics
Issue Status! non-null The status of the issue.
- Anchor to surfacesurface•Analytics
Issue Surface! non-null The surface where the issue is displayed.
Was this section helpful?
Anchor to QueriesQueries
- analyticsIssues ([AnalyticsIssue!])
- •query
List of analytics issues ordered by creation date (newest first).
- Anchor to statusstatus•Analytics
Issue Status Filter issues by status. If not provided, returns all issues.
Arguments
Was this section helpful?