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

# Timeline

The **Timeline** tab provides comprehensive insights into your API requests and responses. It displays detailed information about what was sent, what was received, and network-level details to help you debug and validate your API calls effectively.

## Timeline Structure

The Timeline tab is organized into three categories:

1. **Request**
2. **Response**
3. **Network Logs**

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

### 1. Request Tab

The Request tab displays everything that was sent with your API request:

* **URL** - The complete endpoint URL
* **Query Parameters** - Query strings and path variables
* **Request Body** - The data payload sent with the request
* **Request Headers** - All headers included in the request
* **Authentication** - Authentication details and credentials
* **Variables** - Variables used in the request

### 2. Response Tab

The Response tab shows all information received from the server:

* **Status Code** - HTTP status code of the response
* **Response Headers** - All headers returned by the server
* **Response Body** - The complete response data
* **Response Size** - Size of the response payload
* **Execution Time** - Time taken to complete the request

### 3. Network Logs Tab

The Network Logs tab provides low-level network insights for advanced debugging:

* **Request/Response Flow** - Detailed timeline of the network transaction
* **Network Timing** - Breakdown of connection, DNS, SSL, and transfer times
* **Protocol Details** - HTTP version and connection information
* **Debugging Information** - Additional network-level diagnostics

This comprehensive view helps you identify performance bottlenecks, debug connection issues, and understand the complete lifecycle of your API requests.
