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://fastpix.com/docs/live-streaming/create-and-manage-live-streams#how-to-get-stream-details">Manage streams</a>

Authentication

AuthorizationBasic
FastPix APIs are secured with Basic Authentication. Use your Access Token ID as the username and Secret Key as the password in the Authorization header of each API request. - <b>Username:</b> Access Token ID - <b>Password:</b> Secret Key Activate your FastPix account to generate your API credentials. <a href="https://fastpix.com/docs/getting-started/activate-your-account" target="_blank">See the guide here</a>

Path parameters

streamIdstringRequired
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.

Response

Stream details retrieved successfully
successboolean
Shows the request status. Returns true for success and false for failure.
dataobject
Displays the result of the request.