# Token Utilization Report

#### Token Utilization Report&#x20;

The Token Utilization Report helps administrators monitor and analyze API token usage across users and clients. It provides insights into usage patterns, last-used activity, and token expiry details, helping optimize token allocation and ensure secure API access.&#x20;

**Email:** Allows you to search API token usage records by entering the user’s email address. &#x20;

**Client Name:** Lets you filter records based on the client or application associated with the token. &#x20;

**Start Date:** Select the beginning date to view token activities occurring on or after this date. &#x20;

**End Date:** Select the ending date to view token activities occurring on or before this date. &#x20;

**Search Button:** Applies selected filters and displays only the matching token utilization records.&#x20;

This Table will show the details of the Token Utilization Report.&#x20;

<table data-header-hidden><thead><tr><th width="140.111083984375"></th><th></th></tr></thead><tbody><tr><td>S. No </td><td>Displays the serial number for each token record. </td></tr><tr><td>Name </td><td>Shows the user’s name who generated or used the token. </td></tr><tr><td>Email </td><td>Displays the user's email address linked to the token. </td></tr><tr><td>Client Name </td><td>Indicates the application or service for which the token was issued. </td></tr><tr><td>Client Type </td><td>Shows whether the token was used by a client-side or server-side application. </td></tr><tr><td>Last Used Time </td><td>The most recent date and time when the token was used for an API call. </td></tr><tr><td>Expiry At </td><td>Shows when the token is set to expire or has expired. </td></tr><tr><td>Action </td><td>Allows admins to revoke the token to prevent further usage. </td></tr></tbody></table>

&#x20;

<figure><img src="/files/ks8uTOcT0Tlw4AtrTVIN" alt=""><figcaption></figcaption></figure>


---

# 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://authdocs.skill-mine.com/licentio-documentation/report/token-utilization-report.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.
