# Reports

The Reports API provides endpoints for generating and retrieving comprehensive reports about your data assets and quality metrics. These APIs enable you to export data insights, track metrics over time, and integrate reporting capabilities into your data governance workflows.

## Available Reports

### Data Quality Scorecard

Generate detailed reports of data quality scores across your organization's data assets. Export quality metrics for specific time periods with flexible filtering options.

**Key Features:**

* Asynchronous report generation for large datasets
* Filter by asset metadata, dimensions, data owners, tags, and classifications
* Export comprehensive quality metrics and scores
* Track data quality trends over time

[View Data Quality Scorecard API →](/public-api/overview/index/reports/data-quality-scorecard.md)

## Common Use Cases

* **Compliance Reporting**: Generate periodic data quality reports for regulatory compliance
* **Dashboard Integration**: Export metrics for external business intelligence dashboards
* **Quality Monitoring**: Track data quality trends and identify degradation patterns
* **Governance Auditing**: Audit data quality performance across different teams and assets

For detailed examples and workflows, see the [Data Quality Reporting and Monitoring](/public-api/use-cases.md#data-quality-reporting-and-monitoring) section in our use cases guide.

## Report Generation Pattern

The reports follow an asynchronous generation pattern:

1. **Submit Request**: POST to the appropriate report generation endpoint
2. **Receive Report ID**: Get a unique identifier to track your request
3. **Poll for Results**: Use the report ID to check report status
4. **Download Report**: Retrieve the completed report data


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.decube.io/public-api/overview/index/reports.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
