limitless_list_lifelogs_by_date
Retrieve lifelog recordings for a specific date to analyze for summaries, action items, and topics using raw log data from wearable devices.
Instructions
Lists logs/recordings for a specific date. 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 |
|---|---|---|---|
| date | Yes | The date to retrieve lifelogs for, in YYYY-MM-DD format. | |
| 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). |