cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/metadata \ --header 'x-api-key: <api-key>'
{ "success": true, "metadata": [ { "id": 123, "metadata": {} } ], "error": "<string>" }
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
Whether the operation succeeded
Array with all available sample metadata.
Show child attributes
Sample ID
Sample free form associated metadata
Optional error description (set if 'success' was false)
Was this page helpful?