Get a material property dataset by ID
Retrieve a single material property dataset record by its ID.
Path parameters
Response
Successful Response
ID of the parent material
ID of the project this property is scoped to
User-provided dataset name, e.g. 'Electrolyte transport'
Unique identifier
Organization that owns this record
Path to the processed parquet file in the material-property-datasets bucket.
Path to the raw original file in the material-property-datasets bucket. NULL only for records created before this field was introduced.
Increments on every data-changing operation (file replacement or column re-processing). Downstream code can store this alongside computed results and compare against the current value to detect staleness.
Number of NaN/null values per column, keyed by display name. Computed at upload time. None for records uploaded before this field was introduced.
True when the uploaded CSV had no header row. Column positions are mapped via source_column_index on each column spec.
User ID of the uploader
Upload timestamp
Last update timestamp
FK to the pipeline this dataset was computed from.
FK to the simple pipeline this dataset was computed from.
FK to the analysis this dataset was computed from.
Free-text provenance note.