List deployment targets for a project from data sources page (it shows some things like all Linux deploys, and hides ‘fake’ deploy targets like mobile phone / computer)
GET
/
api
/
{projectId}
/
deployment
/
targets
/
data-sources
Deployment targets (data sources)
Copy
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/deployment/targets/data-sources \ --header 'x-api-key: <api-key>'