Skip to main content
object

Requires read_reports access scope.

An analytics issue record.

•DateTime

The date and time when the issue ended (in UTC).

•[String!]

List of affected fields.

•ID!
non-null

A globally-unique ID.

•String!
non-null

Description of the issue and its impact.

•String

The template identifier for the message if it uses a template (e.g., 'data_delay', 'missing_data').

•[String!]!
non-null

List of affected schemas.

•AnalyticsIssueSeverity!
non-null

The severity level of the issue.

•DateTime!
non-null

The date and time when the issue started (in UTC).

•AnalyticsIssueStatus!
non-null

The status of the issue.

•AnalyticsIssueSurface!
non-null

The surface where the issue is displayed.


Was this section helpful?

•query

List of analytics issues ordered by creation date (newest first).

Arguments

•AnalyticsIssueStatus

Filter issues by status. If not provided, returns all issues.



Was this section helpful?

•interface

Was this section helpful?