list_dashboards
List dashboards in your clariBI organization. Returns id, name, status, last refresh, and a URL you can open in a browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1–100). | |
| offset | No | Row offset for pagination. | |
| search | No | Optional substring match against dashboard name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| limit | Yes | ||
| total | Yes | Total dashboards matching the query. | |
| offset | Yes |