List connections
list_unified_connectionsList connections from the connected account. Returns an array of connection records. Supports filtering by updated_gte, sort, order, external_xref, categories, env, and pagination. Use to browse or search many connections; to fetch a single connection by its ID, use get_unified_connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| sort | No | ||
| limit | No | Maximum number of results to return in one page (default 100) | |
| order | No | ||
| offset | No | Number of results to skip, for pagination (default 0) | |
| categories | No | Filter the results on these categories | |
| updated_gte | No | Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) | |
| external_xref | No | Filter the results to only those integrations for your user referenced by this value |