Skip to main content
GET
Get stream rules

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ids
string[]

A comma-separated list of Rule IDs.

Unique identifier of this rule.

Pattern: ^[0-9]{1,19}$
max_results
integer<int32>
default:1000

The maximum number of results.

Required range: 1 <= x <= 1000
pagination_token
string

This value is populated by passing the 'next_token' returned in a request to paginate through results.

Required string length: 16

Response

The request has succeeded.

meta
object
required
data
object[]