Last updated 1 year ago
Was this helpful?
Get metadata for all samples in a project.
Project ID
Which of the three acquisition categories to retrieve data from
training
testing
anomaly
Project sample metadata
GET /v1/api/{projectId}/raw-data/metadata HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "metadata": [ { "id": 1, "metadata": { "ANY_ADDITIONAL_PROPERTY": "text" } } ] }