Get Latest Cluster Run
GET/datasets/:dataset_id/versions/:version_id/cluster-runs/latest
Fetch the most recently created clustering run for this dataset version.
Returns null when no clustering run has ever been started for this version, rather than
a 404 — the absence of a run is a normal, expected state for a version nobody has clustered
yet, not an error condition.
Request
Responses
- 200
- 403
- 404
- 422
Successful Response
Forbidden
Not Found
Validation Error