Notion Error Code object_not_found: How to Fix It

Easy 5-15 minutes Medium Severity Verified June 2026
Error Code
object_not_found
Brand
Notion
Product Type
productivity
Severity
Medium
DIY Difficulty
Easy
Estimated Fix Time
5-15 minutes
The Notion object_not_found error occurs when trying to access a page or database that either doesn't exist, has been deleted, or isn't properly shared with your integration. This error typically appears when using Notion's API or third-party tools trying to connect to your Notion workspace.
Ad

Tools You'll Need

How to Fix Error Code object_not_found

  1. Verify the page or database still exists

  2. Check page or database sharing permissions

  3. Validate the page or database ID

  4. Refresh integration connections

  5. Test with a simple page first

  6. Check integration token validity

    Store your integration token securely and never share it publicly. Regenerating the token will break existing connections until updated.
Ad

When to Call a Professional

Contact Notion support if the error persists after following these steps, especially if you're certain the page exists and sharing permissions are correct. For complex enterprise integrations, consult with your IT team or the third-party service provider.

Frequently Asked Questions

Why does Notion say object_not_found when I can see the page?
Even if you can see the page, your integration might not have access to it. Check that the page is properly shared with your integration by using the @ mention feature or updating connection permissions.
How do I find the correct Notion page ID?
Copy the URL of your Notion page. The page ID is the 32-character string at the end of the URL, containing letters, numbers, and hyphens. It comes after the last forward slash and before any question marks.
Can deleted Notion pages cause object_not_found errors?
Yes, if a page or database was deleted, any integrations trying to access it will receive an object_not_found error. Check your trash in Settings & Members > Settings > Trash to restore deleted items.
What's the difference between private and shared pages in Notion?
Private pages are only accessible to you, while shared pages can be accessed by integrations and other users. To fix object_not_found errors, ensure your page is shared with the specific integration or made public if needed.