cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/portals/{portalId}/verify \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "connectionStatus": "connected", "connectionError": "<string>", "connectionStatusSince": "2023-11-07T05:31:56Z", "files": [ { "name": "<string>", "size": 123, "folderName": "<string>" } ], "hasInfoLabelsFile": true, "signedUrl": "<string>", "endpoint": "<string>" }
Retrieve a subset of files from the portal, to be used in the data source wizard.
Organization ID
Portal ID
OK
Response object for verifying an organization's bucket connectivity.
Workflow: