Get Data Metadata
Get a data item. This will HEAD the underlying bucket to retrieve the last file information.
curl --request GET \
--url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/data/{dataId}?filter=SOME_STRING_VALUE' \
--header 'x-jwt-token: REPLACE_KEY_VALUE'
Last updated
Was this helpful?