audit_export
Export HIPAA §164.312(b) audit log of PHI reads and writes. Filter by date range or client ID, and paginate with limit/offset.
Instructions
Export the local HIPAA §164.312(b) audit log. Every read and write of PHI is recorded here. Use date_from/date_to to filter by date range, client_id to filter by patient. Supports pagination via limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entries to return (1–1000). | |
| offset | No | Zero-based offset for pagination. | |
| date_to | No | ISO date string (YYYY-MM-DD) — inclusive end | |
| client_id | No | Filter by IntakeQ client ID | |
| date_from | No | ISO date string (YYYY-MM-DD) — inclusive start |