Get CSV Wizard uploaded file info

Get CSV Wizard uploaded file info

get

Returns whether the file that was uploaded when the CSV wizard was configured is available.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/csv-wizard/uploaded-file HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "hasFile": true,
  "link": "text"
}

Last updated

Was this helpful?