# HTTP Requests

### Overview

HTTP Requests allows you to view statistics regarding different endpoints in your system and their usage.&#x20;

### Usage

Each expandable row is divided into 4 cards

#### Methods

Shows the request count grouped by the different HTTP methods, their max time and their total time if present.

<figure><img src="/files/IDbx0PdW4VNkT88Os38K" alt=""><figcaption></figcaption></figure>

#### Statuses

Shows the request count grouped by the returned HTTP status codes, their max time and their total time if present.

<figure><img src="/files/WYg210QSmXUiRBHXagT9" alt=""><figcaption></figcaption></figure>

#### Outcomes

Shows the request count grouped by the request's outcomes, their max time and their total time if present.

<figure><img src="/files/K4ONyZnOjqebBisjwN7M" alt=""><figcaption></figcaption></figure>

#### Exceptions

Shows the request count grouped by the request's exceptions, their max time and their total time if present.

<figure><img src="/files/6cey55VGl0pCxbmxl8Jn" alt=""><figcaption></figcaption></figure>

### Troubleshooting

* [Not all requests appear in HTTP Requests](/troubleshooting/not-all-requests-appear-in-http-requests.md)

### Required Abilities

* [HTTP Request Statistics](/features/abilities.md)


---

# Agent Instructions: 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://docs.ostara.dev/features/instance-features/insights/http-requests.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.
