action climate_get_resource_owner { label: "Retrieve a resource owner by ID" description: "Retrieve a resource owner for the given `resourceOwnerId`." provider: climate method: GET path: "/v4/resourceOwners/{resourceOwnerId}" encoding: json output: { type: "object" additionalProperties: true } }