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
        • My Postbot limit didn't get updated
        • I lost my data after migrating from the Scratch Pad
        • How to remove local data
        • How to open my logs directory
        • How to get logs from the Postman web app
        • How to get logs from the Postman Desktop app
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
  • How to manually remove sensitive information
FAQsTroubleshooting

How to get logs from the Postman web app

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

How to open my logs directory

Next

How to get logs from the Postman Desktop app

Built with

If you’re troubleshooting an issue with the Postman web app, our support team might ask you to send us HAR files. It is a record of information exchanged between you and Postman’s server.

  • Note: The HAR files don’t contain data about the requests you execute in Postman. To view the detail of what happened when you sent a request, use the Postman console.
  1. Open your browser and go to the Postman web app: postman.com
  2. Right-click anywhere and select Inspect .
  3. Refresh your browser (Ctrl+R or ⌘+R). This will ensure all relevant network data is captured.
  4. Go to the Network tab and check the box Preserve log .
  5. Start recording network log.
  • Note: If you see the red recording circle, it means that it already records. Make sure to stop recording first and then start the recording again.
  1. Replicate the issue that requires troubleshooting.
  2. Export the HAR files by selecting the downward arrow Export HAR …

Before sending the HAR file to Postman, remove all personal data (including sensitive data) such as usernames, passwords, credit card numbers, and session cookies.

You can use Cloudflare’s HAR Sanitizer tool or do this manually.

How to manually remove sensitive information

  • Open the .har file using a text editor (Notepad++, VS Code, Sublime).
  • Search for keywords like:
    • password
    • Authorization
    • token
    • access_token
    • cookie
  • Replace sensitive values with “REDACTED”.
  • Save the file with a new name like myfile_sanitized.har.
  • Share only the sanitized file, not the original!

Have more questions? Submit a request