GET
/v1/private/projects/{projectId}/dashboardsFind dashboards by projectFind dashboards scoped to a project
Parameters
projectIdstring · uuidpathrequiredpageinteger · int32querysizeinteger · int32querynamestringqueryFilter dashboards by name (partial match, case insensitive)
sortingstringqueryfiltersstringqueryResponses
objectDashboardPage_Public
contentarray of objectShow child attributes
Show array items
configobjectrequiredcreated_atstring · date-timecreated_bystringdescriptionstringidstring · uuidlast_updated_atstring · date-timelast_updated_bystringnamestringrequiredproject_idstring · uuidProject ID. Takes precedence over project_name when both are provided.
scopestringslugstringtypestringworkspace_idstringpageinteger · int32sizeinteger · int32sortable_byarray of stringShow child attributes
totalinteger · int64{
"content": [
{
"config": {},
"created_at": "2026-06-09T00:00:00Z",
"created_by": "string",
"description": "string",
"id": "00000000-0000-0000-0000-000000000000",
"last_updated_at": "2026-06-09T00:00:00Z",
"last_updated_by": "string",
"name": "string",
"project_id": "00000000-0000-0000-0000-000000000000",
"scope": "insights",
"slug": "string",
"type": "experiments",
"workspace_id": "string"
}
],
"page": 0,
"size": 0,
"sortable_by": [
"string"
],
"total": 0
}