cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/metadata \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "metadata": [ { "id": 123, "metadata": {} } ] }
Get metadata for all samples in a project.
Project ID
Which of the three acquisition categories to retrieve data from
training
testing
post-processing
OK
Project sample metadata