ReferenceSDKClient
Streams
SDK reference for streams — Stream resources and related APIs.
Stream resources and related APIs.
listStreams
List all stream definitions for a project
GET
Usage:
const result = await swirls.client.streams.listStreams({
projectId: '...',
})Input:
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes |
queryStreamOutputs
Query stream outputs for a given stream name within a project
GET
Usage:
const result = await swirls.client.streams.queryStreamOutputs({
projectId: '...',
streamName: '...',
})Input:
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | |
streamName | string | Yes | |
filter | object | No |