list-charts
Retrieve all saved charts in a Lightdash project, with optional search by name, to get chart UUIDs, names, spaces, and descriptions for discovery and dashboard use.
Instructions
List all saved charts in the Lightdash project.
Returns chart information including:
Chart UUID and name
Space (folder) the chart belongs to
Description
Last updated timestamp
When to use:
To discover available charts in the project
To find a chart UUID for adding to dashboards or querying
To get an overview of what visualizations exist
To filter charts by name before getting details
Optional search_term: Filters the list to only charts matching the search term in their name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_term | No | Optional: Filter charts by name (case-insensitive partial match). Example: 'revenue' will match 'Monthly Revenue Chart' |