journal_list_entries
Retrieve journal entries filtered by date, status, or tags to locate specific records.
Instructions
List journal entries from JournalOwl. Use filters to find specific entries by date, status, or tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated list of tags to filter by | |
| limit | No | Maximum number of entries to return (default: 20, max: 50) | |
| offset | No | Number of entries to skip for pagination | |
| status | No | Filter by entry status | |
| to_date | No | End date filter (ISO 8601 format) | |
| from_date | No | Start date filter (ISO 8601 format, e.g., "2024-01-01") |