For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
    • Help
      • Overview
        • How to delete uploaded files in tests and requests?
        • I lost my environment variables after migrating from the Scratch Pad
        • I lost my requests after migrating from the Scratch Pad
        • No requests captured error while capturing Proxy
        • I am having trouble adding client certificates
        • I am seeing the error Request not found or Collection not found
        • Unable to load data
        • I'm having trouble with the Desktop Agent
        • My Monitor is not using variables
        • Postman is stuck on the load screen
        • I'm having trouble with the Interceptor
        • Troubleshooting steps for Postman desktop issues
        • I am having trouble running my monitor
        • Requests to my mock servers aren't returning the expected response
        • I can't see my collections list
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • You are experiencing the following issue
  • How to unblock yourself
  • Error: callback timed out
  • Error: NETERR: getaddrinfo ENOTFOUND
  • Error: getaddrinfo ENOTFOUND
  • Error: ESOCKETTIMEDOUT
  • TypeError: Cannot read property’objectID’ of undefined / Cannot read property’has’ of undefined
  • You cannot run monitors right now. Check your usage for details.
Resolve issuesPostman app

I am having trouble running my monitor

||View as Markdown|
Was this page helpful?
Previous

Troubleshooting steps for Postman desktop issues

Next

Requests to my mock servers aren't returning the expected response

Built with

You are experiencing the following issue

You’re seeing failures in your Monitor Summary, although all your tests have passed:

  • Error: callback timed out
  • Error: NETERR: getaddrinfo ENOTFOUND
  • Error: getaddrinfo ENOTFOUND
  • Error: ESOCKETTIMEDOUT
  • TypeError: Cannot read property’objectID’ of undefined / Cannot read property’has’ of undefined
  • You cannot run monitors right now. Check your usage for details.

How to unblock yourself

Important: Verify your monitor’s Console Log to view the error and the exact reason for the failed run.

Error: callback timed out

Monitor runs are subject to a 10-minute timeout. This error is thrown when the timeout is breached.

  • Use the Collection Runner to verify how long the collection run takes to execute. If it takes less than 10 minutes, try running the monitor from the closest region selected, which might result in shorter response times.

Error: NETERR: getaddrinfo ENOTFOUND

The error happens when the variables aren’t resolved for a particular request while running your collection through the monitor.

  • Verify if you have global variables in use for the collection. If so, using environment variables instead of globals should fix this error.

Error: getaddrinfo ENOTFOUND

This error usually implies a DNS error.

  • Verify your proxy configuration.
    • If you’re using an older version of the application, update to the latest version.

Error: ESOCKETTIMEDOUT

The issue might be due to any network element that the requests hop through between the API server and the Monitoring server, which can increase network latency.

  • Check if any changes to the network elements (Load balancers, Firewalls, etc) might be behind this issue.

TypeError: Cannot read property’objectID’ of undefined / Cannot read property’has’ of undefined

Monitors require all URLs to be publicly available on the internet as they run in the Postman Cloud. A monitor cannot directly access your local host or run requests behind a firewall.

  • Verify if the endpoints you’re trying to hit are hosted publicly.

You cannot run monitors right now. Check your usage for details.

This happens when your team’s monthly plan for monitors is exceeded.

  • You can view your team’s monitoring usage here and purchase Add-ons from the same page.

Have more questions? Submit a request