Get project sample metadata
Get metadata for all samples in a project.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Query parameters
categorystring · enumRequiredPossible values:
Which of the three acquisition categories to retrieve data from
Responses
200
OK
application/json
Responseall of
and
get
GET /v1/api/{projectId}/raw-data/metadata HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"metadata": [
{
"id": 1,
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
]
}
Last updated
Was this helpful?