Skip to main content
GET
List rules with pagination. Required scope: read

Query parameters

integer
Maximum number of items to return (1-1000, default: 50)
integer
Number of items to skip (default: 0)
string
Cursor for cursor-based pagination (alternative to offset)
string
Sort field with optional direction prefix (- for descending) Examples: ‘created_at’, ‘-name’, ‘confidence’

Response

PaginatedRuleListResponse
any[]
required
The items in this page
PaginationMeta
required

Status codes