Get Stream Config
Streams
Get Stream Config
This api is used to get specific stream config of previously run stream.
GET
Get Stream Config
Description
This endpoint retrieves the configuration for a specific stream. Use this to review or audit the settings used for a particular 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}/config - Path Parameter:
stream_id(string, required): Stream ID
Response
- Status: 200 OK
- Content-Type:
application/json