list_connections
List API connections in a Power Automate environment and check their health status to identify broken or expired connections that can cause flows to fail silently.
Instructions
List the connections (API connectors) in an environment and their health. Returns: array of { name, apiName, displayName, status, accountName, expiresAt }. A status other than "Connected" indicates a broken/expired connection — a common cause of silently failing flows. Parameters: environment (optional). Uses Microsoft's unofficial api.flow.microsoft.com endpoint, which Microsoft labels unsupported; behavior may change. Example: list_connections {}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | No | Environment id (from list_environments). Omit to use the user's default environment. |