Refresh data

Refresh data

post

Update all data items. HEADs all underlying buckets to retrieve the last file information. Use this API after uploading data directly to S3. If your dataset has bucketId and bucketPath set then this will also remove items that have been removed from S3.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

Query parameters
datasetstringRequired

Selected dataset

Example: activity data
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/organizations/{organizationId}/data/refresh HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "id": 12873488112
}

Last updated

Was this helpful?