Skip to main content
Quality data shows up in two places: a prebuilt Quality tab in Analytics, and the underlying tables you can query for custom reports.

The Quality tab

In Analytics, the Quality tab shows prebuilt, read-only views of your open quality work:
  • Open issues, and the average days to resolve them.
  • Issues by status, and an age distribution.
  • A breakdown of issues by disposition type.
  • Open redline and further action counts.
Analytics Quality tab with open-issue, average-days-to-resolve, redline, and further-action metric cards above Issues by Status, Age Distribution, and Disposition Types charts

Build your own quality reports

For anything beyond the Quality tab, query the quality data yourself. The quality_metrics and issue_details data products pre-join issue data (status, disposition, redlines, further actions, parts, and lifecycle timestamps) so you don’t have to assemble it. Reach them through the Data Connector, a read-only SQL analytics layer you point a BI tool at, or query the GraphQL API. For the full data model, available tables, and refresh cadence, see Analytics and Dashboards.