> 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/phone-lookup/get-get-lookup-data-for-a-request-by-phone.md).

# GET Get lookup data for a request by Phone

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