This method requires themonitoring.dashboards.listpermission on the specified project. For more information, seeCloud Identity and Access Management.
HTTP request
GET https://monitoring.googleapis.com/v1/{parent}/dashboards
Path parameters
Parameters
parent
string
Required. The scope of the dashboards to list. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Authorization requires the followingIAMpermission on the specified resourceparent:
monitoring.dashboards.list
Query parameters
Parameters
pageSize
integer
A positive number that is the maximum number of results to return. If unspecified, a default of 1000 is used.
pageToken
string
Optional. If this field is not empty then it must contain thenextPageTokenvalue returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
Request body
The request body must be empty.
Response body
Thedashboards.listrequest.
If successful, the response body contains data with the following structure:
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value aspageTokenin the next call to this method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-23 UTC."],[],[],null,["# Method: projects.dashboards.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListDashboardsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists the existing dashboards.\n\nThis method requires the `monitoring.dashboards.list` permission on the specified project. For more information, see [Cloud Identity and Access Management](https://cloud.google.com/iam).\n\n### HTTP request\n\n`GET https://monitoring.googleapis.com/v1/{parent}/dashboards`\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nThe `dashboards.list` request.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/monitoring`\n- `\n https://www.googleapis.com/auth/monitoring.read`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]