List API keys
list_api_keysList the account's API keys (prefixes + status only — the full key is never returned after creation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | One row per key — id, name, the key prefix, status, last_used_at and created_at. Never the key itself. | |
| meta | No | Pagination for the list — page, limit and the total row count. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |