list_dashboards
Retrieve a paginated list of all dashboards for a project by providing the project ID or name.
Instructions
List all dashboards for a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project ID. Must be a number (integer), not a string. | |
| projectName | No | Project name (alternative to projectId). | |
| page | No | Page number, 0-based. Must be a number (integer), not a string. | |
| size | No | Page size. Must be a number (integer), not a string. |