Loading...
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
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}/files/view?path=text', { method: 'GET', headers: {}, }); const data = await response.json();
binary