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.
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:
Open View > Developer
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.
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:
Go to View > Developer
Select Show DevTools (Current view)
Open the Network tab and check the box Preserve log
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.
Replicate the issue that requires troubleshooting.
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.