Get Dataset Info
get /registry/{domain}/{dataset_id}
Get metadata for a specific registered dataset.
Defaults to the latest version. Pass ?version=1.0.0 to retrieve an immutable snapshot.
Pass ?full=true to include filter_values and partition_index.
Path Parameters
domain
string requireddataset_id
string requiredQuery Parameters
version
full
boolean curl -X GET http://localhost:8000/registry/{domain}/{dataset_id} \