Skip to main content
GET
List Streams

Description

This endpoint lists all streams, with support for pagination and optional filtering by stream state. Use this to view all your active, scheduled, or completed 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
  • Query Parameters:
    • page (integer, optional, default: 1): Page number
    • page_size (integer, optional, default: 10): Number of items per page
    • stream_state (string, optional): Stream states are LIVE, STUCK and INIT

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

stream_state
string

Stream state

Response

Successful Response

The response is of type string.