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