Search privacy enforcement actions
privacy_search_enforcement_actionsSearch verified Canadian privacy enforcement actions: CAI orders and decisions under Quebec Law 25 and OPC findings under PIPEDA. Use this when someone asks about privacy fines, enforcement cases against a company, what regulators decided, or investigations (for example 'Has the CAI fined anyone for facial recognition?' or 'TikTok privacy investigation Canada'). Returns matching cases with dates, plain-language summaries, penalties, and links to the official regulator source. Start here to find a case ID, then call privacy_get_enforcement_case for full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Filter by decision year. | |
| limit | No | Maximum cases to return in this call. | |
| query | No | Free-text search over case titles and summaries. | |
| offset | No | Number of matching cases to skip. Use next_offset from the previous response to page forward. | |
| regulator | No | Limit to one regulator: 'cai' (Quebec Commission d'acces a l'information, Law 25) or 'opc' (federal Office of the Privacy Commissioner, PIPEDA). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Matching enforcement actions. | |
| has_more | Yes | True when more results exist beyond this page. | |
| truncated | Yes | True when results were shortened to fit the 50 KB output cap. Use the paginated REST API for the full set. | |
| next_offset | Yes | Pass as 'offset' in the next call to continue paging. Null when has_more is false. | |
| total_count | Yes | Total number of matches across all pages. |