cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/data-axes \ --header 'x-api-key: <api-key>'
{ "success": true, "dataAxisSummary": {}, "error": "<string>" }
Get a list of axes that are present in the training data.
Project ID
Whether to include disabled samples. Defaults to true
Whether to include non-processed samples. Defaults to true
OK
Whether the operation succeeded
Summary of the amount of data (in ms.) per sensor axis
Show child attributes
Optional error description (set if 'success' was false)
Was this page helpful?