# API Monitoring

In order to monitor what is happening with your Frends APIs, the **API Monitoring** page shows you all the connections made into your tenant, and what happened with them.

<figure><img src="/files/qTrBFowhaVzutG8tyLl6" alt=""><figcaption><p>API logs in Frends API Management.</p></figcaption></figure>

You can easily filter the log by API operation, status code of the response, and what method was used, to figure out what is happening. The logs include events for all requests made against your tenant, and not only the specified API endpoints, so you can also see all the unsolicited attempts made against your environment.

<figure><img src="/files/kN0svHUBtd2bu0c0TzuF" alt=""><figcaption><p>Additional filters provide more exact search results for connections.</p></figcaption></figure>

Clicking on **More filters** opens additional set of filters that you can use to monitor connections more specifically. For example, incoming connections that did not make it to any Process or API endpoint will still have the requested path logged. You can also search for connections and executions for a specific Agent, useful in High Availability configuration to see what Agent handled a request.


---

# 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.frends.com/frends-development/api-management/api-monitoring.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.
