gln accounts list (FinTS, EBICS)
Synopsis
gln [global-options] accounts list
Options
This command takes no command-specific options.
Description
Lists the accounts visible to the active profile. Wires gln_retrieve_accounts to the backend resolved from the profile (FinTS or EBICS) and emits the result rows as a schema-v2 JSON envelope.
For FinTS, the backend may signal that a TAN is required before the account list can be returned; in that case the response carries an action_required envelope with a saved continuation.
Status and exit codes
| Status | Exit | Meaning | Continuation |
|---|---|---|---|
ok | 0 | Account list returned in result.accounts. | - |
action_required | 10 | Bank requires a TAN. The response envelope includes a resume_file path. | Saved at resume_file. |
error | 1 | Validation, transport, or backend error. | - |