GET
/
api
/
{projectId}
/
raw-data
/
metadata
Get project sample metadata
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": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Query Parameters

category
enum<string>
required

Which of the three acquisition categories to retrieve data from

Available options:
training,
testing,
post-processing

Response

200 - application/json

OK

Project sample metadata