Built by Metorial, the integration platform for agentic AI.
List all OneNote notebooks accessible by the authenticated user. Supports filtering, sorting, and pagination via OData query parameters.
Copy a OneNote notebook, section, or page to another location. Supports copying across notebooks, section groups, users, groups, and SharePoint sites. The copy operation is asynchronous and returns an operation status.
Full-text search across all OneNote pages accessible by the authenticated user. Searches page titles and content, including OCR text from images.
Permanently delete a OneNote page. This action cannot be undone.
Create a new OneNote page in a section. The page body is provided as HTML. You can include a title, text, images (via public URLs), and other supported HTML elements.
List all pages within a OneNote section. Returns page metadata including title, creation time, and ordering. Supports filtering, sorting, and pagination.
List all section groups within a OneNote notebook. Section groups provide an additional level of hierarchy for organizing sections.
Create a new section group for organizing sections. Can be created directly in a notebook or nested inside another section group.
Update the content of an existing OneNote page using PATCH operations. Supports appending, replacing, inserting, prepending, and deleting content on specific page elements identified by their element IDs.
List all sections within a OneNote notebook. Supports filtering, sorting, and pagination.
Create a new OneNote notebook with the specified name. The notebook is created in the authenticated user's default OneDrive location.
Create a new section inside a OneNote notebook or section group. Provide either a **notebookId** or a **sectionGroupId** to specify the parent container.
Retrieve details of a specific OneNote notebook by its ID, including creation date, sharing status, and modification metadata.
Retrieve a OneNote page's metadata and optionally its HTML content or a short text preview. Use **includeContent** to fetch the full HTML body, or **includePreview** for a text snippet (up to 300 characters).