Is your feature request related to a problem? Please describe.
When I bulk import API proxies or Shared Flows, the tool does not provide output telling me the revisions that were created. I instead have to perform a new API call to list all revisions and then find the most recent revision ID, which makes the assumption nothing else is able to deploy at the same time in the background (and is racy).
Describe the solution you'd like
I'd like visibility of the ApiProxyRevision or similar that is created internally, if possible to access it.
Describe alternatives you've considered
Performing API calls afterwards and hoping that the state has not changed by concurrent runs of tooling (something that can be difficult to enforce on CI systems with a large number of users).