list_connected_accounts
Retrieve connected accounts authorized via connectors in an environment, with optional filters by connector type or connection ID, returning grouped account details and status.
Instructions
List users (connected accounts) who have authorized with connectors in the given environment. Filter by connector type (e.g. "HUBSPOT") or specific connection ID. Returns accounts grouped by connector showing identifier, status, and auth details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | When true (default), returns accounts grouped by connector with key details. Set to false for full account details. | |
| pageSize | No | ||
| connector | No | Filter by connector type (e.g. "HUBSPOT", "GMAIL", "NOTION"). | |
| pageToken | No | Opaque token from a previous response to fetch the next page. | |
| connectionId | No | Filter by a specific connection ID to see only accounts linked to that connection. | |
| environmentId | Yes |