# GET Get lookup data for a request by Text body

<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 %}
