cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/data-axes \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "dataAxisSummary": {} }
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
The response is of type object.
object