Audit rule output table (historical)
audit_rule_output_table_historicalGet the detailed output rows for one or more audit rules across multiple historical weeks for one account, as multi-block JSONL: one ">>>>> RuleKey: ..., Week: yyyy-MM-dd" block per rule/week, each followed by a JSON Schema line (with the tooltips and column data types) and one JSON object per main row, its detail rows nested under "children". Use to compare how findings changed over time. Weeks are identified by their Monday start date. Weeks with no completed run for a rule contribute no block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional maximum rows per rule per week. | |
| 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 per rule per week. Omit or leave empty to return all rows. | |
| weekStartDates | Yes | Monday week-start dates (yyyy-MM-dd) identifying the weeks to retrieve. |