list_dashboards
Retrieve Redash dashboards ordered by update time descending. Use keyword search and pagination parameters to find dashboard IDs and slugs.
Instructions
List dashboards in Redash, most recently updated first. Behavior: returns a paginated array where each item has id, name, slug, and created/updated timestamps. Usage: use this to discover a dashboard's id or slug, then call get_dashboard to inspect its widgets and visualizations, or create_dashboard to make a new one. Supports keyword search and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch, 1-based (default 1) | |
| search | No | Optional keyword to filter dashboards by name | |
| page_size | No | Number of dashboards per page, 1-100 (default 20) |