Hi Katherine, you can’t apply filters to specific stubs because at that point in the request processing flow we don’t know which stub we’ve matched.
I suggest trying to implement the behaviour you need via a ResponseDefinitionTransformerV2 as these are applied after the stub is matched and can therefore be targeted at specific stubs.