Preview rule data
Return up to 10 rows that fail the rule (derived from the rule’s SQL) so users can inspect the offending data before accepting. If custom_sql is provided it is run instead.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The unique ID of the rule to preview data for.
Query Parameters
Optional SQL to run instead of the default failing-rows preview
Response
Preview data returned.
The starting offset for pagination when returning a subset of the dataset.
The number of rows included in the current response.
A list of column names representing the structure of the returned dataset.
The offset value for the next page of data, if additional results are available.
The actual tabular data returned, where each inner list represents a row of values.

