# Retrieve the API Results for all requests.

**Endpoint:** <mark style="color:yellow;">GET</mark> <https://irbis.espysys.com/api/developer/request-monitor/api-usage>

**Purpose:** Retrieve the API usage details for all requests.

**Parameters:**

* **offset** (required):
  * Type: number (query parameter)
  * Description: The position number of the request from which the results should start. For instance, if the offset is set to 0, it indicates the starting point is the latest request.
* **limit** (required):
  * Type: number (query parameter)
  * Description: Specifies the number of results to be retrieved. Using the previous example, if the limit is set to 6, the response will include the latest request (from the offset) and the 5 preceding requests.
* **key** (required):
  * Type: string (query parameter)
  * Description: The specific key associated with the request.

**Usage Example:**

If you set the offset as 0 and the limit as 6, the system will fetch the latest request and the 5 requests that came before it. This allows for a flexible retrieval of data based on specific needs.

## GET Get lookup data for 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://api-docs.espysys.com/retrieve-the-api-results-for-all-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.
