Export intake data
nourish_export_dataExport local intake data as JSONL or CSV without provider secrets, scoping by date or row count. Omitted rows are reported for refinement.
Instructions
Export local intake data as JSONL or CSV without provider secrets or tokens. Defaults to the 500 most-recent rows; pass since/until to scope by date or max_rows to widen/narrow. Omitted rows are reported so you can refine instead of dumping months of history into chat (use the wellness-nourish export CLI for a full unbounded dump).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Only include entries on or after this date (inclusive, YYYY-MM-DD). Use to keep the response small instead of dumping months of history into chat. | |
| until | No | Only include entries on or before this date (inclusive, YYYY-MM-DD). | |
| max_rows | No | Max data rows to return in the response (most recent first). Defaults to 500. Omitted rows are reported as a count so the agent can refine by date or fall back to the `wellness-nourish export` CLI for a full dump. | |
| export_format | No | jsonl | |
| response_format | No | json |