# Data dashboard

Use the Data Dashboard API to create dashboards and dashboard charts, run charts, and read or download results.

## Choose a task

| Task | Description |
| --- | --- |
| [Inspect data dashboard list](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/list-data-dashboards.html.md) | Query the data dashboard visible in the current workspace by paging according to conditions. |
| [Inspect data dashboard details](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/get-data-dashboard.html.md) | Read the specified data dashboard and its data source and chart configuration. |
| [Add data dashboard](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/create-data-dashboard.html.md) | Create data dashboards and connect data sources. |
| [Edit data dashboard](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/update-data-dashboard.html.md) | Update the name, description, and data source of the specified data dashboard. |
| [Remove data dashboard](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/delete-data-dashboard.html.md) | Delete the specified data dashboard and its configuration. |
| [Add dashboard chart](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/create-data-dashboard-chart.html.md) | Create a chart in the specified data dashboard. |
| [Edit dashboard chart](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/update-data-dashboard-chart.html.md) | Update the query, display and refresh configuration of the specified chart. |
| [Remove dashboard chart](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/delete-data-dashboard-chart.html.md) | Delete the chart in the specified data dashboard. |
| [Preview chart SQL results](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/preview-data-dashboard-chart-sql.html.md) | Execute a chart SQL preview, returning query results without saving the chart. |
| [Draft chart SQL from a question](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/generate-data-dashboard-chart-sql.html.md) | Generate and validate a read-only SQL draft without executing SQL or creating a chart. |
| [Run dashboard chart](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/run-data-dashboard-chart.html.md) | Submit a chart run; acceptance does not indicate that results are ready. |
| [Inspect dashboard chart result](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/get-data-dashboard-chart-result.html.md) | Read the latest results of the chart; the latest snapshot before the specified time point can be read through `at`. |
| [Download dashboard chart result](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/download-data-dashboard-chart-result.html.md) | Download a CSV file of the specified chart results. |
| [Refresh all charts in a dashboard](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-processing/data-dashboards/refresh-all-data-dashboard-charts.html.md) | Requests to refresh all charts in the specified data dashboard. |
