Check account connection
connect_account_statusCheck the status of a pending account connection using the pairing ID from connect_account. Returns 'pending', 'connected', or 'expired', along with the account label when connected.
Instructions
Poll a pending account connection started by connect_account. Returns status 'pending' | 'connected' | 'expired', plus the connected account label once connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pairingId | Yes | The pairingId returned by connect_account |