# Response

### **Test Log Messages**&#x20;

&#x20;The detailed information of all the steps and logs of the execution that is taking place on the API is displayed in this section.

![](https://1916024011-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVX-yOtIHRnx7UtstUT%2F-MjTT87_U_lCL2DSfNVj%2F-MjTi-29q3VBzc--Sh-f%2FTest%20Log%20message.PNG?alt=media\&token=eda19198-cb19-4862-8804-c06e8c77ff50)

### **Response Body**

&#x20;This is the output that you get through API for the data that was given in the Request Template.

![](https://1916024011-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVX-yOtIHRnx7UtstUT%2F-MjTT87_U_lCL2DSfNVj%2F-MjTiCtzR_AQMAkt01wK%2FResponce%20body.PNG?alt=media\&token=c8c2ecc8-298a-4019-9d48-1236226c9f47)

### **Response Headers**

&#x20;API headers are like an extra source of information for each API call you make. Their job is to represent the meta-data associated with an API request and response.

![](https://1916024011-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVX-yOtIHRnx7UtstUT%2F-MjTT87_U_lCL2DSfNVj%2F-MjTiSjcQGgfCW2PcA81%2FResponce%20Headers.PNG?alt=media\&token=55ba7ca0-e601-4572-a676-feac84a03b42)

### **Response Schema**

&#x20;This is the Validation section where we validate the output(Response Body) is equal to the Input(Request Template) from **Request**.\
&#x20;Here If you have parameterized the request template data you will get the output based on the Default Params.

![](https://1916024011-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVX-yOtIHRnx7UtstUT%2F-MjTT87_U_lCL2DSfNVj%2F-MjTia_NfTLHaaAzC6V8%2FSchema.PNG?alt=media\&token=de6d3ce4-4f4e-4998-abd5-20455c276961)

### **Header Schema**

&#x20;As the response Schema, header schema is similar to it. Assertion to the headers content actions are taken place here.

![](https://1916024011-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVX-yOtIHRnx7UtstUT%2F-MjTT87_U_lCL2DSfNVj%2F-MjTikbyusvohZiETONG%2FHeader%20Schema.PNG?alt=media\&token=a349f085-30cc-4e6b-816f-512a8a7e07da)

### **Data**&#x20;

&#x20;This is where you get the filtered data that can be done by giving product element in the response schema.

### **Assertion Result**&#x20;

Here you get the assertion result that must be getting once the API is tested.
