List Dawarich points
dawarich_list_pointsLists raw tracked location points for a date range, including anomaly filters. Use when timeline or visits are empty to access underlying location data.
Instructions
Lists raw tracked location points for a date range. Use this for today's activity when timeline or visits are empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional page number. | |
| slim | No | When true, returns slim points with latitude, longitude, and timestamp only. | |
| order | No | Point timestamp order. Defaults to desc in Dawarich. | |
| end_at | No | Optional end date, timestamp, or Unix timestamp. | |
| per_page | No | Optional page size. Dawarich defaults to 100. | |
| start_at | No | Optional start date, timestamp, or Unix timestamp. | |
| anomalies_only | No | When true, returns only points marked as anomalies. | |
| include_anomalies | No | When true, includes points marked as anomalies. |