> For the complete documentation index, see [llms.txt](https://developers.make.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.make.com/custom-apps-documentation/debug-your-app/make-devtool/live-stream.md).

# Live Stream

Live Stream displays what is happening in the background once you've hit the **Run once** button.

You can view the following information for each module in your scenario:

* **Request Headers** (API endpoint URL, HTTP method, time and date the request has been called, request headers, and query string)
* **Request Body**
* **Response Headers**
* **Response Body**

After you run a scenario, select **Live Stream** from the left-side panel and click one of the tabs in the right panel of Make DevTool to view the desired information.

<div align="center"><figure><img src="/files/HgApYHRSMZxxpIAvb0I3" alt="" width="563"><figcaption></figcaption></figure></div>

## Search in Logs

Enter the search term in the search field in the left panel of Make DevTool to only display requests and responses that contain the search term.

<figure><img src="/files/n7R1ZEjGdvMeLVxKtsTq" alt="" width="563"><figcaption></figcaption></figure>

## **Clear the list of recorded requests**

To clear the list of requests recorded by Make DevTool, click the bin icon next to the search field.

## **Enable console logging**

To enable logging in the console, click the computer icon next to the search field.

When logging is enabled, the color of the computer icon switches to green.

![](/files/XW9T68VyOqpBX11Vc8R1)

Click the same icon again if you want to disable logging. The icon turns gray when the feature is disabled.

## **Retrieve the request in the raw JSON format or cURL**

To retrieve the raw JSON content of the request, click the **Copy RAW** icon in the top-right corner of the DevTool's panel.

<figure><img src="/files/OYJJLQqzNnsir4FlZrSo" alt="" width="563"><figcaption></figcaption></figure>

Similarly, you can retrieve cURL using the **Copy cURL** button next to the **Copy RAW** button in the top-right corner of the Make DevTool's panel.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developers.make.com/custom-apps-documentation/debug-your-app/make-devtool/live-stream.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.
