Get a data stream
GET/api/v1/orgs/{orgId}/devices/{deviceId}/data-streams/{dataStreamId}
Retrieve details of a specific data stream by its ID. For user-managed streams (managedBy = User), dataSource can be null or absent when the stream is not yet bound to a source.
Parameters
deviceId(string, required): Unique ID of the device. Example:74fe488d5d35dataStreamId(Guid, required): Unique ID of the data stream. Example:e033b4b3-36e0-4dbc-a6e4-1e77185402f4
Responses
200 OK: Returns the data stream details.404 Not Found: Data stream not found.
Security
- This API requires authentication.
Request
Responses
- 200
- 404
Returns the data stream details.
Data stream not found.