Skip to main content
GET
/
v1
/
dashboard
/
cluster-graph
Get Cluster Graph
curl --request GET \
  --url https://api.example.com/v1/dashboard/cluster-graph \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

window
string
default:30d
min_similarity
number
default:0.7
Required range: 0 <= x <= 1
max_nodes
integer
default:200
Required range: 1 <= x <= 500

Response

Successful Response

The response is of type Response Get Cluster Graph V1 Dashboard Cluster Graph Get · object.