Get the interval of the training data; if multiple intervals are present, the interval of the longest data item is returned. This only takes data in your training set into account.
GET
/
api
/
{projectId}
/
data-interval
Get the interval (in ms) of the training data
Copy
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/data-interval \ --header 'x-api-key: <api-key>'