Audit rule output table
audit_rule_output_tableGet the detailed output rows for the latest completed audit run of one or more rules for one account, as a multi-block CSV: one ">>>>> RuleKey: ..." block per rule, each followed by a "metadata: { tooltip: {...} }" line and the rule's rows as CSV. Provides the raw findings behind a failing audit rule. Rules with no completed run in the last 30 days contribute no block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional maximum rows per rule (defaults to 10000 when omitted). | |
| ruleKeys | Yes | One or more audit rule key strings, e.g. "QueryMining_InefficientNGrams". | |
| accountId | Yes | TrueClicks account id to retrieve results for (the numeric Id field from the account listing, not the platform customer id). | |
| campaignIds | No | Optional campaign IDs to filter rows. Omit or leave empty to return all rows. |