View the caller's active personal access tokens. Use this to see tokens; use deleteUserToken to revoke one. Lists the caller's own non-revoked personal access tokens. No special scope or role required. Returns a masked prefix plus scopes and timestamps; the full secret is never returned. Paginate with `limit`/`offset` (1–100). Token `id` is for v1DeleteUserToken — it is not the secret token string.
listUserTokensView the caller's active personal access tokens. Use this to see tokens; use deleteUserToken to revoke one.
Lists the caller's own non-revoked personal access tokens. No special scope
or role required. Returns a masked prefix plus scopes and timestamps; the full
secret is never returned. Paginate with limit/offset (1–100). Token id is
for v1DeleteUserToken — it is not the secret token string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit | |
| offset | No | Offset |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | ||
| limit | No | ||
| total | No | ||
| offset | No |