Skip to main content
GET
List RTStreams
List all real-time streams with optional filtering by status, name, and sorting.
  • Filter by status: connected or stopped
  • Filter by name (substring match)
  • Use ordering for sorting (prefix with - for descending, e.g., -created_at)
  • Results are paginated with limit and offset

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Query Parameters

limit
integer
default:10
Example:

10

offset
integer
default:0
Example:

0

status
enum<string>
Available options:
connected,
stopped
Example:

"connected"

name
string

Filter by name substring

Example:

"my stream"

ordering
string

Sort field (prefix with - for descending)

Example:

"-created_at"

Response

200 - application/json

List of RTStreams

success
boolean
Example:

true

data
object