get_all_pages
Retrieve all pages from a Logseq graph, including journal pages identified by the 'journal?' attribute and 'journalDay' in YYYYMMDD format, for comprehensive graph management.
Instructions
Gets all pages from the Logseq graph.
Journal pages can be identified by the "journal?" attribute set to true and
will include a "journalDay" attribute in the format YYYYMMDD.
Returns:
List of all pages in the Logseq graph.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_all_pagesArguments",
"type": "object"
}