> For the complete documentation index, see [llms.txt](https://api-docs.espysys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.espysys.com/e-mail-lookup/get-get-lookup-data-for-a-request-by-e-mail-lookup.md).

# GET Get lookup data for a request by E-mail Lookup

<https://irbis.espysys.com/api/request-monitor/api-usage/{id}?key={API> key}

Request to get a lookup data of a request with an id.

"id" parameter has to be passed in the path of a request - ID of a request to get lookup data for.

#### Example Path Variables

{% tabs %}
{% tab title="Path Variables" %}

<table data-header-hidden><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>id</td><td><pre><code>&#x3C;RESPONCE_ID_VALUE>
</code></pre></td></tr><tr><td>API key</td><td><pre><code>&#x3C;API_Key>
</code></pre></td></tr></tbody></table>
{% endtab %}

{% tab title="CURL" %}
**curl -X 'GET' \\**

&#x20; **'<https://irbis.espysys.com/api/request-monitor/api-usage/**\\>\<RESPONCE\_ID\_VALUE>**?key=**\<API\_Key>**' \\\*\*

&#x20; **-H 'accept: application/json'**
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/e-mail-lookup/get-get-lookup-data-for-a-request-by-e-mail-lookup.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.
