View file from dataset

View file from dataset

get

View a file that's located in a dataset (requires JWT auth). File might be converted (e.g. Parquet) or truncated (e.g. CSV).

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

datasetstringRequired

Dataset name

Query parameters
pathstringRequired

Path to file in portal

Responses
200
OK
application/octet-stream
Responsestring · binary
get
GET /v1/api/organizations/{organizationId}/dataset/{dataset}/files/view HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

binary

Last updated

Was this helpful?