Skip to main content
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 number
    • page_size (integer, optional, default: 10): Number of items per page

Response

  • Status: 200 OK
  • Content-Type: application/json

Example Usage (cURL)

Authorizations

X-API-Key
string
header
required

Query Parameters

page
integer
default:1

Page number

page_size
integer
default:10

Number of items per page

Response

Successful Response

The response is of type string.