cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/dataset/{dataset}/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>" }
Verify whether we can reach a dataset (and return some random files, used for data sources)
Organization ID
Dataset name
OK
Response object for verifying an organization's bucket connectivity.
Workflow: