GET
/
api
/
{projectId}
/
data-summary
Get data summary
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/data-summary \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "dataSummary": {
    "labels": [
      "<string>"
    ],
    "dataCount": "Number of files in the training set"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Query Parameters

includeDisabled
boolean

Whether to include disabled samples. Defaults to true

includeNotProcessed
boolean

Whether to include non-processed samples. Defaults to true

Response

200 - application/json

OK

The response is of type object.