Last updated 11 months 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
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/metadata?category=training' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "metadata": [ { "id": 1, "metadata": { "ANY_ADDITIONAL_PROPERTY": "text" } } ] }