Last updated 10 months ago
Was this helpful?
Retrieves a single device
/api/{projectId}/device/{deviceId}
Project ID
Device ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/device/{deviceId}' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "device": { "id": 1, "deviceId": "38:f9:d3:d7:62:03", "created": "2019-07-21T17:32:28Z", "lastSeen": "2019-08-31T17:32:28Z", "name": "m6d.1 desk sensor", "deviceType": "DISCO-L475VG", "remote_mgmt_connected": true, "remote_mgmt_host": "text", "supportsSnapshotStreaming": true, "remoteMgmtMode": "disconnected", "inferenceInfo": { "projectId": 1, "projectOwner": "text", "projectName": "text", "deployedVersion": 1, "modelType": "classification" }, "sensors": [ { "name": "Built-in accelerometer", "maxSampleLengthS": 1, "frequencies": [ 62.5, 100 ] } ] } }