Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

task_id
string
required

Unique identifier of the task.

Query Parameters

top_n_nodes
integer
default:0

The number of nodes in the cluster to return in the response. Nodes will be sorted by their centrality within the cluster.

show_subclusters
boolean
default:false

Whether or not to include subclusters and their nodes in the response.

Response

Successful Response

data
ClusteringStatusResponse · object
required