How to get the output of an API triggered Robot as a Response in postman

yes you can. U have to go to Http request properties and in Response content → give it your variable to store output. It depend on the output u wanted e.g JSON, XML. Then later you have to use Deserialize XML/JSON if you want to get parts of data from it.