cURL
curl --request POST \ --url https://api.prequel.co/import/datasets/{id}/fields \ --header 'X-API-KEY: <api-key>'
{ "fields": [ { "name": "<string>", "type": "<string>" } ] }
Returns a list of fields observed on cached records for this dataset, along with their types.
Success
Show child attributes