Return clusters for the dashboard widget.
cURL
curl --request GET \ --url https://api.example.com/api/dashboard/clusters \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": 123, "label": "<string>", "member_count": 123, "description": "<string>", "personal_count": 0, "work_count": 0, "last_activity": "2023-11-07T05:31:56Z" } ], "total": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by scope (personal or work)
personal
work
Max items to return
1 <= x <= 100
Successful Response
Paginated list of clusters.
Show child attributes