list_dashboards
List dashboards for an operator.
List dashboards for an operator.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
detail | boolean | No | Return full JSON instead of compact summaries (default: false) |
is_favorite | boolean | No | Filter by favorite status |
name | string | No | Filter by dashboard name (case-insensitive contains) |
operator | string | No | Filter by operator slug (recommended — dashboards are operator-scoped) |
page | number | No | Page number (default: 1) |
page_size | number | No | Number of dashboards per page (default: 20) |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"detail": false,
"is_favorite": false
}
Description
Returns compact summaries by default; use detail=true for full JSON. List dashboards for an operator. Dashboards contain metric widgets (charts, counters, tables) visualizing InfluxDB data.
What's next?
Last updated on