Forum Discussion

API_Guy's avatar
API_Guy
Occasional Contributor
3 years ago
Solved

API execution report in Azure devops pipeline to capture all detailed requests and response

Hi There,

 

For automated API execution, I have created an Azure DevOps pipeline using YML. Now, whenever there will be any failures I want to know the corresponding request and response so that it helps me to debug more efficiently.

But I am not able to find any suitable reporting that can capture all the details of requests and responses.

 

Could anyone please suggest any leads with the implementation guide also?

 

Thanks in advance!

 

 

  • I believe that the tool captures the data for the failed cases.
    Otherwise, use events to log the request and response.
  • Thank you, Rao!

     

    API_Guy does the suggestion help?

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    I believe that the tool captures the data for the failed cases.
    Otherwise, use events to log the request and response.
    • sonya_m's avatar
      sonya_m
      SmartBear Alumni (Retired)

      Thank you, Rao!

       

      API_Guy does the suggestion help?