Get assigned device binary data.
GET/api/v1/orgs/{orgId}/devices/{deviceId}/data-streams/{dataStreamId}/blobs/{blobKey}
Retrieve blob binary of a specific object key of a data-stream for a device. This API can be used to retrieve images or other file blobs stored in MinIO/S3-compatible storage.
Parameters
deviceId(string, required): Unique ID of the device. Example:74fe488d5d35dataStreamId(Guid, required): Unique ID of the data stream. Example:3a217ee3-fb2c-617b-6ff6-7257537afadeblobKey(string, required): Object storage key/path of the blob. Example:74fe488d5d35/cams/01/image.png
Responses
200 OK: Returns the requested blob content, such as an image or file.404 Not Found: No blob was found for the specified device and blob key.
Security
- This API requires authentication.
Request
Responses
- 200
- 404
Returns the requested blob content, such as an image or file.
No blob was found for the specified device and blob key.