# 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.

![](/files/-MjTi-29q3VBzc--Sh-f)

### **Response Body**

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

![](/files/-MjTiCtzR_AQMAkt01wK)

### **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.

![](/files/-MjTiSjcQGgfCW2PcA81)

### **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.

![](/files/-MjTia_NfTLHaaAzC6V8)

### **Header Schema**

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

![](/files/-MjTikbyusvohZiETONG)

### **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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.qatts.com/using-qatts/a-quick-tour-to-api/section-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
