OneNote — Search, Query, and Pagination Overview OneNote's dedicated search endpoint was deprecated in April 2024. The replacement — OData queries on page listings — cannot search page body content, cannot search across all notebooks in a single call, and sometimes returns deleted pages in results. Pagination via is unreliable: the link is sometimes omitted even when more results exist. This skill provides production-tested patterns for content discovery, cross-notebook queries, and safe pagination with guard rails. Key pain points addressed: - The parameter on is deprecated — use on metadata…