---
title: "API Request and Response Logging in HTML report on QuickStart API Framework"
slug: "api-request-and-response-logging-in-html-report-on-quickstart-api-framework"
description: "The HTML logging feature in our QuickStart API framework has been updated to include the logging of both request and response data from API calls."
tags: ["API Testing", "QuickStart", "Test Modeller"]
updated: 2023-09-15T10:24:03Z
published: 2023-09-15T10:24:03Z
canonical: "knowledge.curiositysoftware.ie/api-request-and-response-logging-in-html-report-on-quickstart-api-framework"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.curiositysoftware.ie/llms.txt
> Use this file to discover all available pages before exploring further.

# API Request and Response Logging in HTML report on QuickStart API Framework

The HTML logging feature in our QuickStart API framework has been updated to include the logging of both request and response data from API calls.

This enhancement enables users to gain deeper insights into the behaviour and performance of their API, providing a more comprehensive view of the testing process, which can be shared with stakeholders in a lightweight HTML file.

[Embedded content](https://www.youtube.com/embed/DYD_XHyYqAY?&amp;wmode=opaque&amp;rel=0)

To view your HTML report, you must first execute an **Automation job**from a model using the **QuickStart API framework.**

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-09-15%20110308.png)

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-09-15%20110316.png)

Once run, click the **Details button** to open the **Job Results screen.**

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-09-15%20110330.png)

Once your job is complete, open the **Results tab,** here you will see your **executed tests.**

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-09-15%20110513.png)

Open one of your tests by clicking on the **Run ID,** this will show you the **Result Summary.**

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-09-15%20110529.png)

Click the **blue Attachment button** on the right-hand side of the screen to**download your HTML Report.**The HTML report now also shows your**API Requests and Responses** for each test.

![](https://cdn.document360.io/77f722a6-2d0a-49fa-8074-572515a6c4b8/Images/Documentation/Screenshot%202023-09-15%20110603.png)

## Related

- [QuickStart API Automation](/quickstart-api-automation.md)
