Last updated 7 months ago
Retrieve all dsp blocks.
Organization ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dsp', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "dspBlocks": [ { "name": "text", "dockerContainer": "text", "dockerContainerManagedByEdgeImpulse": false, "created": "2024-11-21T08:54:11.350Z", "createdByUser": { "name": "text", "username": "text", "photo": "text" }, "lastUpdated": "2024-11-21T08:54:11.350Z", "lastUpdatedByUser": { "name": "text", "username": "text", "photo": "text" }, "userName": "text", "description": "text", "requestsCpu": 0, "limitsCpu": 0, "isConnected": false, "error": "text", "sourceCodeAvailable": false } ] }