list_dashboards
Retrieve all user-created dashboards and their configurations for a specific project using the
Instructions
List all custom dashboards for a project.
Returns all user-created dashboards with their configurations.
Args: project_id: Project ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}