Lists Devices
List all devices for this project. Devices get included here if they connect to the remote management API or if they have sent data to the ingestion API and had the `device_id` field set.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/devices \
--header 'x-jwt-token: REPLACE_KEY_VALUE'
Last updated
Was this helpful?