Skip to main content
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

Example Usage (cURL)

Authorizations

X-API-Key
string
header
required

Path Parameters

stream_id
string
required

Stream ID

Response

Successful Response

The response is of type string.