get_dashboard
View high-level Prefect instance dashboard with flow run statistics, work pool status, and concurrency limits to diagnose flow run delays and bottlenecks.
Instructions
Get a high-level dashboard overview of the Prefect instance.
Returns current flow run statistics, work pool status, and all active concurrency limits (global/tag-based, deployment, work pool, and work queue). Essential for diagnosing flow run delays and bottlenecks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | Yes | ||
| success | Yes | ||
| flow_runs | Yes | Statistics about flow runs. | |
| active_work_pools | Yes | ||
| concurrency_limits | Yes |