How to find a request whose url contains a keyword?

Is there a way to search across the requests’ urls for a keyword? Starting from an api in my app, I want to know which Postman requests are calling it. Using a request title might work sometimes but since a Postman user can use anything as a title, it’s not a guaranteed way for search. The guaranteed way is searching in the url because the url MUST match the end point.

My workaround is exporting the collections to files and searching the files.

If there’s no way to search across requests’ urls, please implement this feature.

1 Like

+1 for this implementation.

Hi folks, we are excited to share that you can now search within a workspace using the search bar in Postman (on the header).
This also works when you are looking for keywords contained within URLs.
Simply open the search bar, and change your scope to the current workspace and enter the keywords you are looking for (see gif)
2025-05-05 18.03.09

1 Like