List Streams
Streams
List Streams
List streams with pagination and optional state filter.
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 numberpage_size(integer, optional, default: 10): Number of items per pagestream_state(string, optional): Stream states are LIVE, STUCK and INIT
Response
- Status: 200 OK
- Content-Type:
application/json