limitless_list_lifelogs_by_range
Retrieve lifelog recordings within a specified date range to analyze for summaries, action items, and topics using raw log data.
Instructions
Lists logs/recordings within a date/time range. Best for getting raw log data which you can then analyze for summaries, action items, topics, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Start datetime filter (YYYY-MM-DD or YYYY-MM-DD HH:mm:SS). | |
| end | Yes | End datetime filter (YYYY-MM-DD or YYYY-MM-DD HH:mm:SS). | |
| limit | No | Maximum number of lifelogs to return (Max: 100). Fetches in batches from the API if needed. | |
| timezone | No | IANA timezone for date/time parameters (defaults to server's local timezone). | |
| includeMarkdown | No | Include markdown content in the response. | |
| includeHeadings | No | Include headings content in the response. | |
| direction | No | Sort order ('asc' for oldest first, 'desc' for newest first). |