Get dataset

Get dataset

get

Get information about a dataset

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

datasetstringRequired

Dataset name

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/dataset/{dataset} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "dataset": {
    "dataset": "text",
    "lastFileCreated": "2025-07-07T00:08:13.409Z",
    "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?