Response Data
Once the request is executed, Bruno displays the response data from the API. You can view the following in the response panel:- Request and response headers in the timeline
- Response body
- Test results
- Save response as an example for documentation
- Clear the response data
- View the request status code
- View the API response in both web and raw formats
- Export response data to file
Cookies
Bruno shows the cookies associated with each request. Cookies are typically used for storing user sessions and personalized content. See Cookies for adding and managing them.Debugging
Bruno includes a Chrome Console and DevTools, which are valuable tools for inspecting requests and troubleshooting issues. Some useful features in DevTools include:- JSON to YAML conversion
- JWT decoding
- Other features to help you work through complex issues when dealing with APIs