Get all streams

Description

Summary: Retrieves a paginated list of streams with optional filtering. Details: This endpoint returns all streams available to the authenticated user, with support for filtering by type, state, ID, name, and IP ACL. Results are paginated and returned as a JSON array of stream objects along with pagination metadata.

Authentication & Scopes

Authentication is handled via an API key provided in the Authorization header. No OAuth scopes are defined; access is granted or denied based on the validity of the key.

MethodDetails
API KeyPass your API key directly in the Authorization header value (not as a Bearer token).

Headers

HeaderRequiredDescription
AuthorizationYesThe API key that verifies your access to the API.
acceptNoExpected response format. Default: application/json.

Parameters

All parameters are passed as query parameters and are optional.

ParameterTypeRequiredDescription
pagenumberNoThe page number for pagination. Default: 1.
itemsPerPagenumberNoThe number of items to include per page. Default: 30.
type[]stringNoFilter streams by one or more types. Can be repeated for multiple types.
state[]stringNoFilter streams by one or more states. Can be repeated for multiple states.
idstringNoFilter streams by a specific stream ID.
namestringNoFilter streams by name (partial or full match).
ipAclstringNoFilter streams by IP ACL configuration.

Request Body

This endpoint does not use a request body.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
string
string
string
string
string
string
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json