GET
/
api
/
organizations
/
{organizationId}
/
dataset
/
{dataset}
Get dataset
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "dataset": {
    "dataset": "<string>",
    "lastFileCreated": "2023-11-07T05:31:56Z",
    "totalFileSize": 123,
    "totalFileCount": 123,
    "totalItemCount": 123,
    "totalItemCountChecklistOK": 123,
    "totalItemCountChecklistFailed": 123,
    "tags": [
      "<string>"
    ],
    "category": "<string>",
    "bucket": {
      "id": 123,
      "bucket": "<string>",
      "path": "<string>",
      "fullBucketPathDescription": "<string>",
      "dataItemNamingLevelsDeep": 123
    },
    "type": "clinical",
    "bucketPath": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

dataset
string
required

Dataset name

Response

200 - application/json

OK

The response is of type object.