GET
/
api
/
organizations
/
{organizationId}
/
data
/
{dataId}
/
files
/
download
Download file
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/data/{dataId}/files/download \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

dataId
integer
required

Data ID

Query Parameters

fileName
string
required

File name

Response

200 - application/octet-stream

File

The response is of type file.