List App Tokens
ethora-app-tokens-list-v2List the app tokens issued for an app — metadata only (tokenId, label, created/rotated timestamps, status); the secret token values are never returned (only shown once at create/rotate time).
Auth: B2B mode (ethora-auth-use-b2b + a configured b2bToken). Errors: 401/403 not in B2B mode; 400 no appId and none selected; 404 unknown appId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | 24-char hex appId to list tokens for. Optional — defaults to the app set via `ethora-app-select`. | |
| timeoutMs | No | HTTP timeout for this request, in milliseconds. Default 10000. |