Last updated 9 months ago
Get metadata for all samples in a project.
Project ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Array with all available sample metadata.
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/metadata?category=training', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "metadata": [ { "id": 0 } ] }