Get data axes summary

Get data axes summary

get

Get a list of axes that are present in the training data.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

Query parameters
includeDisabledbooleanOptional

Whether to include disabled samples. Defaults to true

includeNotProcessedbooleanOptional

Whether to include non-processed samples. Defaults to true

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

OK

{
  "success": true,
  "error": "text",
  "dataAxisSummary": {
    "ANY_ADDITIONAL_PROPERTY": 1
  }
}

Last updated

Was this helpful?