Search AI laws
search_ai_lawsFull-text search over the audited AI-regulation dataset (US state + federal, EU, global) by title and summary. Returns matching law records with jurisdiction, status, and the official source URL. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search text (required), e.g. "facial recognition" or "hiring". | |
| sort | No | Sort field (default updated_at). | |
| limit | No | Page size (max 100; free/anon are capped lower). | |
| order | No | Sort direction (default desc). | |
| scope | No | One of: state, federal, eu, global. | |
| offset | No | Pagination offset. | |
| status | No | Case-insensitive substring match on status. | |
| in_force | No | Filter by the in_force flag. | |
| jurisdiction | No | Exact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions. | |
| updated_since | No | ISO timestamp; only records updated at/after this. |