It would be nice to be able to programmatically access the QA URLs for a
current running AB test. We run a small subset of front end tests in our
CI pipeline and we need the tests to be deterministic. The way we do
that now is manually retrieve the QA URL from the adobe target GUI. We'd
like to have the test determine the experience without having to
retrieve the QA URL manually. I have two suggestions:First: Add it to
the existing `Get AB Activity by ID` Second: Create a new API to `Get AB
Acti...