Skip to main content
GET
/
api
/
{projectId}
/
raw-data
/
data-quality
/
diversity
/
exists
Check if data diversity metrics exist
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/raw-data/data-quality/diversity/exists \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "hasFeatures": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

hasFeatures
boolean
required
error
string

Optional error description (set if 'success' was false)

inputBlock
object