Skip to main content
Download a material property dataset file
curl --request GET \
  --url https://api.ionworks.com/material_property_datasets/{property_id}/file
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

property_id
string
required

Query Parameters

kind
enum<string>
default:parquet

Which file to download: parquet for the processed dataset, original for the raw uploaded file.

Available options:
parquet,
original

Response

Successful Response