list_dashboards
Retrieve all dashboards for a specified New Relic account to monitor application performance, track metrics, and analyze system health data.
Instructions
List all dashboards for an account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No |
Input Schema (JSON Schema)
{
"properties": {
"account_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Account Id"
}
},
"type": "object"
}