action climate_fetch_operations { label: "Retrieve the operations accessible to a a given user." description: "Retrieve the **operations** accessible to the authenticated user. Filter the results by resource owner if the `resourceOwnerId` query parameter is specified." provider: climate method: GET path: "/v4/operations/all" encoding: json output: { type: "object" additionalProperties: true } }