By default, a monitor scans all the APIs in a collection. Is there a way to exclude an API from a monitor so it does not run when monitoring is run?
Thank you
By default, a monitor scans all the APIs in a collection. Is there a way to exclude an API from a monitor so it does not run when monitoring is run?
Thank you
Hi @dnstommy
Welcome to the community ![]()
Unfortunately, we do not support selecting just a single API/request when running a collection via āMonitorā as of now. But we do have a similar feature request on GitHub and below is the link for the same:
Please upvote or add any additional comments that might help our engineering team decide the workflow while planning on implementing this.
In the meanwhile, the only way to achieve something similar is to use variables to set some kind of āflagsā and then use conditional branching to skip and run requests only for the required requests. Hope this helps!
Thank you ver much. Iāll try conditional branching.
I have added a feature request to enable excluding selected APIās from monitor, please upvote it: https://github.com/postmanlabs/postman-app-support/issues/8263