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

# Response Data

The API returns data as a response from the server after the request is executed. The response panel in Bruno provides you with an organized view of the API's response, including the body, headers, HTTP status code, raw response code, and more.

### Response Panel

After executing a request, the response panel provides detailed information on the API's response. It shows the response body, headers, status code, and other relevant data. You can also search within the response using the `cmd+f` or `ctrl+f` keyboard shortcut.

<img src="https://mintcdn.com/bruno-a6972042/bv6gKOmKvSJtwZBu/v2/images/screenshots/send-request/res-data-and-cookie/res-data.webp?fit=max&auto=format&n=bv6gKOmKvSJtwZBu&q=85&s=6ba7967ca4fc781feb68ab4321a83667" alt="Response Panel" width="2686" height="1484" data-path="v2/images/screenshots/send-request/res-data-and-cookie/res-data.webp" />

### Headers

The request headers are displayed to show what was sent to the API. This can help in debugging and understanding the context of the request.

<img src="https://mintcdn.com/bruno-a6972042/CV7Ue0YtJUbUzsvG/v2/images/screenshots/send-request/res-data-and-cookie/res-headers.webp?fit=max&auto=format&n=CV7Ue0YtJUbUzsvG&q=85&s=f86527a3c1d5d4e7736089a04bf56c15" alt="Request Headers" width="2686" height="1484" data-path="v2/images/screenshots/send-request/res-data-and-cookie/res-headers.webp" />

### Timeline

The response timeline displays the response headers sent along with the request body, including details such as content-type, date, cache, and connection status.

<img src="https://mintcdn.com/bruno-a6972042/CV7Ue0YtJUbUzsvG/v2/images/screenshots/send-request/res-data-and-cookie/res-timeline.webp?fit=max&auto=format&n=CV7Ue0YtJUbUzsvG&q=85&s=9705e1a49c0082e33389568bdc27f09e" alt="Response Timeline" width="2686" height="1500" data-path="v2/images/screenshots/send-request/res-data-and-cookie/res-timeline.webp" />

### Save Response

You can save the response data for future reference in two ways:

#### Save Response as Example

Save the response as an example that appears as a sub-request under your main request. This is useful for documenting different API behaviors, error scenarios, and edge cases.

<img src="https://mintcdn.com/bruno-a6972042/CV7Ue0YtJUbUzsvG/v2/images/screenshots/send-request/res-data-and-cookie/save-res/save-response.webp?fit=max&auto=format&n=CV7Ue0YtJUbUzsvG&q=85&s=15d0098b822e7c13769c93734abc164b" alt="Save Response" width="2400" height="1250" data-path="v2/images/screenshots/send-request/res-data-and-cookie/save-res/save-response.webp" />

**Learn more:** [Response Examples](/send-requests/res-data-cookies/response-examples)

#### Export Response to File

You can also export the response data to a file, allowing you to store the results in various formats such as HTML.

<img src="https://mintcdn.com/bruno-a6972042/CV7Ue0YtJUbUzsvG/v2/images/screenshots/send-request/res-data-and-cookie/res-save.webp?fit=max&auto=format&n=CV7Ue0YtJUbUzsvG&q=85&s=cef9468bbbb042a2a770a307a5d2c577" alt="Save Response to File" width="2686" height="1500" data-path="v2/images/screenshots/send-request/res-data-and-cookie/res-save.webp" />

### Clear Response

If you want to reset or clear the response data, you can easily do so using the clear response option.

<img src="https://mintcdn.com/bruno-a6972042/bv6gKOmKvSJtwZBu/v2/images/screenshots/send-request/res-data-and-cookie/res-clear.webp?fit=max&auto=format&n=bv6gKOmKvSJtwZBu&q=85&s=2311466200020a2dc099c70f7ff4c5ec" alt="Clear Response" width="2686" height="1500" data-path="v2/images/screenshots/send-request/res-data-and-cookie/res-clear.webp" />

### Raw Response

The raw response provides the unprocessed data returned by the server, giving you access to the raw output for advanced inspection.

<img src="https://mintcdn.com/bruno-a6972042/CV7Ue0YtJUbUzsvG/v2/images/screenshots/send-request/res-data-and-cookie/res-raw.webp?fit=max&auto=format&n=CV7Ue0YtJUbUzsvG&q=85&s=dabdb600e90c413367eda16c3081568a" alt="Raw Response" width="2686" height="1500" data-path="v2/images/screenshots/send-request/res-data-and-cookie/res-raw.webp" />
