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 collect application logs
  • How to generate a HAR file
  • How to manually remove sensitive information
  • How to capture a crash dump
  • macOS
  • Windows
  • Linux
FAQsTroubleshooting

How to get logs from the Postman Desktop app

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

How to get logs from the Postman web app

Next

Can I limit visibility on Postman documentation?

Built with

If you’re troubleshooting an issue with the Postman Desktop app, our support team might ask you to send us any of the following information:

  • Application logs : Background information about events that have occurred in Postman. They can include errors and warnings as well as informational events.
  • HAR files : Record information exchanged between you and Postman’s server.
  • Crash Dumps : Captures machine, OS, and application state in sufficient detail and fidelity to allow developers to diagnose and, where possible, fix the issue causing the crash.

How to collect application logs

Launch the Postman Desktop app and then follow these steps:

  1. Open View > Developer
  2. Select View Logs in Finder (macOS) / View Logs in Explorer (Windows) / View Logs in File Manager (Linux). Your OS file manager will open the logs directory which contains your application logs.
  3. Select all files and create a single .zip file.
  • Note: In the event that you are having issues opening the Postman Desktop app, try to access the logs by opening the logs directory.

How to generate a HAR file

Launch the Postman Desktop app and then follow these steps:

  1. Go to View > Developer
  2. Select Show DevTools (Current view)
  3. Open the Network tab and check the box Preserve log
  4. Start recording network log.
  • Note: If you see the red recording circle, it means that it already records. Make sure to first stop recording 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!

How to capture a crash dump

Crash dump for the Postman Desktop app can be found in the following directories, depending on your operating system.

macOS

  1. Copy this path ~/Library/Application Support/Postman/Crashpad
  2. In the Finder on your Mac, select Go > Go to Folder
  3. Paste the path ( command + v ), and press return
  4. Select the subdirectories new , pending , and completed and create a .zip file

Windows

  1. Copy this path %APPDATA%\Postman\Crashpad\reports
  2. Open the Start menu and search for explorer.exe , and press return
  3. Paste the path ( command + v ), and press return
  4. Select the subdirectories new , pending , and completed and create a .zip file

Linux

  1. Go to Files . Make sure to show hidden files
  2. Open .config > Postman > Crash Reports
  3. Select the subdirectories new , pending , and completed and create a .zip file

Notes:

  • Logs only contain collection-related information such as the collection IDs and user IDs.
  • Information about your synced data is displayed in the renderer-shared file(s). You can redact anything you don’t want to share with Postman.

Have more questions? Submit a request