Get Stream Info Uuid
Streams
Get Stream Info
Get stream info by stream_id.
GET
Get Stream Info Uuid
Description
This endpoint fetches detailed information about a specific stream using its stream_id. Use this to check the status, configuration, and metadata of your stream. See the Quickstart guide for usage context.Authentication
This endpoint requires an API Key.Include your API key in the
x-api-key header:
Request
- Method: GET
- Endpoint:
/v1/streams/{stream_id} - Path Parameter:
stream_id(string, required): Stream ID
Response
- Status: 200 OK
- Content-Type:
application/json