Tool
consent_records_export
Export consent records as CSV.
Behavior
- Returns
-
Inline CSV rows and, when more match, a download_url for the full dataset.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| from | string | — | Inclusive lower bound for created_at (ISO-8601). Omit for the beginning. |
| to | string | — | Inclusive upper bound for created_at (ISO-8601). Omit for now. |
| record_id | uuid | — | DSAR lookup: a visitor's record_id to export only their decision chain. |
| limit | integer | — | Max rows returned inline (1–10000). default: 1000 |
Try it
Export all consent records for June 2026 as CSV.