Get Cluster Run
GET/datasets/:dataset_id/versions/:version_id/cluster-runs/:run_id
Fetch a clustering run by id.
Maps the run's underlying queue lifecycle status onto the dataset-clustering contract:
claimed is reported as pending, and any status other than pending, running,
or completed is reported as failed, with error_message set when known.
Request
Responses
- 200
- 403
- 404
- 422
Successful Response
Forbidden
Not Found
Validation Error