Get dataset

Get dataset

get

Get information about a dataset

Authorizations
Path parameters
organizationIdintegerrequired

Organization ID

datasetstringrequired

Dataset name

Responses
curl -L \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text",
  "dataset": {
    "dataset": "text",
    "lastFileCreated": "2025-03-27T15:02:07.234Z",
    "totalFileSize": 1,
    "totalFileCount": 1,
    "totalItemCount": 1,
    "totalItemCountChecklistOK": 1,
    "totalItemCountChecklistFailed": 1,
    "tags": [
      "text"
    ],
    "category": "text",
    "bucket": {
      "id": 1,
      "bucket": "text",
      "path": "text",
      "fullBucketPathDescription": "text",
      "dataItemNamingLevelsDeep": 1
    },
    "type": "clinical",
    "bucketPath": "text"
  }
}

Last updated

Was this helpful?