roam_search_by_date
Find blocks or pages in Roam Research by creation or modification date range using ISO date format.
Instructions
Search for blocks or pages based on creation or modification dates. Not for daily pages with ordinal date titles.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Start date in ISO format (YYYY-MM-DD) | |
| end_date | No | Optional: End date in ISO format (YYYY-MM-DD) | |
| type | Yes | Whether to search by creation date, modification date, or both | |
| scope | Yes | Whether to search blocks, pages | |
| include_content | No | Whether to include the content of matching blocks/pages | |
| graph | No | Target graph key from ROAM_GRAPHS config. Defaults to ROAM_DEFAULT_GRAPH. Only needed in multi-graph mode. | |
| write_key | No | Write confirmation key. Required for write operations on non-default graphs when write_key is configured. |