Get Cluster Result
GET/datasets/:dataset_id/versions/:version_id/cluster-runs/:run_id/result
Fetch the cluster assignments and 2D projection produced by a completed run.
Requires the run to have completed; a run still in progress or one that failed is rejected with a conflict describing why. Reads the saved embedding artifact and summarizes it into per-cluster row counts and representative row identifiers, plus the plotted 2D points for rows that produced finite coordinates. Rows classified as noise or left unassigned by the clustering algorithm are counted separately from clustered rows.
Request
Responses
- 200
- 403
- 404
- 409
- 422
Successful Response
Forbidden
Not Found
Conflict
Unprocessable Entity