Material Property Datasets
Download a material property dataset file
Redirect to a short-lived signed URL for downloading a dataset file.
Returns a 307 Temporary Redirect to a Supabase signed URL (valid 5 minutes). The browser follows the redirect and downloads the file directly from storage.
Use ?kind=parquet (default) for the processed parquet or ?kind=original for the raw file the user uploaded.
get/material_property_datasets/{property_id}/file
Path parameters
property_idstring required
Query parameters
kind'parquet' | 'original'
Which file to download: parquet for the processed dataset, original for the raw uploaded file.
Which file to download: parquet for the processed dataset, original for the raw uploaded file.
Response
Successful Response
{"stackTrail":"paths:/material_property_datasets/{property_id}/file:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.