Validation and limits define the constraints applied to audit queries, including required structure, supported combinations, and result size control.
Validation rules
- filters are required
- A filter group (and / or) must contain at least two expressions
- Each single condition must include field, operator, and value
- Unsupported fields or operators will result in a validation error (400 Bad Request)
- Logical operators (and, or) may not appear at the same level in the same object
Limit
limit (optional)
Type: integer
Minimum: 1
Limits the maximum number of audit records returned by the query. If not specified, the system default limit is applied.
This parameter is used to control result size and query execution cost.