View file from portal
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).
Authorizations
Path parameters
portalIdintegerRequired
Portal ID
Query parameters
pathstringRequired
Path to file in portal
Responses
200
OK
application/octet-stream
Responsestring · binary
get
GET /v1/api/portals/{portalId}/files/view HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
binary
Last updated
Was this helpful?