I am working on developing load testing for one workflow using HTTP request calls. In the workflow, the response of one API call is used in the next API's call either as a parameter or as a request body. So, the sequence in which API is called is very important.
My question is about the result. Is there any mechanism in K6 by which I get a breakup of how much time it took to execute each API call?