list_live_environments
List all Power Platform environments directly from Power Automate. Returns id, displayName, sku, location, and state for each environment. mode=all (default): environments you are a member of, plus every environment you administer, merged. mode=member: only environments you belong to — skips the admin sweep, so it is faster in a large tenant. mode=admin: only environments you administer (requires an admin account); errors instead of returning a shorter list if the admin scope is refused. Each result carries isAdmin and isMember; either is null when that scope was not queried.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max environments to return. Paginates automatically. Omit for all. | |
| mode | No | all (default): member + admin environments merged. member: member-scoped only, skips the admin sweep. admin: admin-scoped only, and a refused admin scope is reported as an error rather than silently omitted. |