List RTStreams
List RTStreams
List all RTStreams with filtering and pagination
GET
List RTStreams
List all real-time streams with optional filtering by status, name, and sorting.
- Filter by
status:connectedorstopped - Filter by
name(substring match) - Use
orderingfor sorting (prefix with-for descending, e.g.,-created_at) - Results are paginated with
limitandoffset
Authorizations
API key for authentication (sk-xxx format)
Query Parameters
Example:
10
Example:
0
Available options:
connected, stopped Example:
"connected"
Filter by name substring
Example:
"my stream"
Sort field (prefix with - for descending)
Example:
"-created_at"