> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/account/access-tokens/get-your-access-tokens.md).

# Get your access tokens

Gives detailed information on your personal access tokens including their creation date, access, validity and description.

| **Description** | Request to retrieve non-expired access tokens. |
| --------------- | ---------------------------------------------- |
| **Endpoint**    | `/account/security/accessToken`                |
| **Method**      | GET                                            |

### Access Level Rules

| **Minimum Access Level** | Account holder only |
| ------------------------ | ------------------- |

### Processing Units

| **Processing units** | 0 |
| -------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="276">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pageSize</code></td><td>Maximum number of access tokens to retrieve. Maximum 30.</td><td>false</td><td>Default 30.</td></tr><tr><td><code>pageStart</code></td><td>The nextPageStart as returned in a previous get access tokens request to retrieve the next batch of access tokens.</td><td>false</td><td>Default null.</td></tr></tbody></table>
