cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}/files/view \ --header 'x-api-key: <api-key>'
"<string>"
View a file that’s located in a dataset (requires JWT auth). File might be converted (e.g. Parquet) or truncated (e.g. CSV).
Organization ID
Dataset name
Path to file in portal
OK
The response is of type file.
file
Was this page helpful?