# Watch requests

**API Calls** section contains list of your latest API requests which helps you to get sever detail information and statistics about each of requests. By filter your each API calls and request you can reach to a lot of useful information and reports around specific request

Also we provide some extra chart contains:

* Handle Time Histogram chart shows requests handle time histogram based on mili second which gives you overview and vision in each month for any calls.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LLJWqvJtjL4p5b0wMai%2F-LLu1gZnY1wjopVeq-rV%2F-LLu2HEeqYcnxIs8woTo%2FScreen%20Shot%202018-09-08%20at%209.07.49%20PM.png?alt=media\&token=e3cb0b40-c6fe-4568-b9f1-3672ca1eac5b)

* Request Size Histogram chart shows requests size histogram based on bytes which gives you vision about your request sizes for optimization your models.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LLJWqvJtjL4p5b0wMai%2F-LLu1gZnY1wjopVeq-rV%2F-LLu3nicTAbsat-diRsI%2FScreen%20Shot%202018-09-08%20at%209.15.37%20PM.png?alt=media\&token=e0218220-eec8-42fe-bee5-6db8332ab0ed)

* Response Size Histogram chart shows responses size histogram based on bytes which gives you vision about your response sizes for optimization your models like request size chart.
* Response Codes: We collect each API calls responses code and show them as chart to get you vision about your errors and successful requests.

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LLJWqvJtjL4p5b0wMai%2F-LLu1gZnY1wjopVeq-rV%2F-LLu4nUosK7_eGPT8zFx%2FScreen%20Shot%202018-09-08%20at%209.17.01%20PM.png?alt=media\&token=80389418-f8b3-4fe2-ac9b-1e785e55d9b8)

* Request Parameters: We provide list of parameters based on each request to inform you about API calls parameters which send to the endpoint.

Let's play with monitoring and reports sections to find out how amazing you can monitor you services and API's.

{% content-ref url="/pages/-Lz7-hWN9PUKIoVtJQfX" %}
[Documentation](/documentation.md)
{% endcontent-ref %}

​

​


---

# 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.hormo.studio/monitoring/watch-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.
