Get stream by ID
This endpoint retrieves details about a specific live stream by its unique `streamId`. It includes data such as the stream’s `status` (idle, preparing, active, disabled), `metadata` (title, description), and more.
#### Example
Suppose a news agency is broadcasting a live event and wants to track the configurations set for the live stream while also checking the stream's status.
Related guide: <a href="https://docs.fastpix.io/docs/manage-streams">Manage streams</a>