List Stream Config
Streams
List Stream Config
This api is used to list stream configs of previously run stream.
GET
List Stream Config
Description
This endpoint lists configurations for previously run streams. Use this to review or compare settings across multiple streams. 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/configs - Query Parameters:
page(integer, optional, default: 1): Page numberpage_size(integer, optional, default: 10): Number of items per page
Response
- Status: 200 OK
- Content-Type:
application/json