# View API tokens

Your API tokens list gives you quick access to all tokens in your account. This topic describes how to view a list of tokens, as well as details about a specific token.

### View the API tokens list&#x20;

To access the list of tokens, go to **Settings** > **API tokens**.

For each token, you can view details such as the token name, the name of the person who created the token, the date of creation, and the [status](/modules-and-features/settings/api-tokens/token-states.md). From this page, you can also [disable or enable](/modules-and-features/settings/api-tokens/enable-or-disable-api-token.md), [edit](/modules-and-features/settings/api-tokens/edit-api-token.md), or [delete a token](/modules-and-features/settings/api-tokens/delete-api-token.md).

<div data-with-frame="true"><figure><img src="/files/3f8YehX9osJBLjj8X3RL" alt=""><figcaption><p>Use the API tokens page to view your tokens.</p></figcaption></figure></div>

### Open token details

To open token details:

1. Go to **Settings** > **API tokens**.
2. Select the token you want to view. The token details page opens.
3. Use the tabs on the token details page to access different types of information:

<table><thead><tr><th width="197">Tab</th><th>Description</th></tr></thead><tbody><tr><td><strong>General</strong></td><td>Displays the token's description and allows you to show, hide, and copy the values.</td></tr><tr><td><strong>Modules</strong></td><td>Displays the modules that the API token has been granted access to within the scope of an account.</td></tr><tr><td><strong>Details</strong></td><td>Displays the date and time information for your selected token, for example, the date and time when the token was created.</td></tr><tr><td><strong>Audit trail</strong></td><td>Displays the <a href="https://docs.platform.softwareone.com/modules-and-features/settings/audit-trail">audit trail</a> for the token.</td></tr></tbody></table>


---

# 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://docs.platform.softwareone.com/modules-and-features/settings/api-tokens/view-api-tokens.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.
