action climate_fetch_fields { label: "Retrieve list of Fields" description: "Retrieve list of **Fields**. Filter the results by field name if the `fieldName` query parameter is specified." provider: climate method: GET path: "/v4/fields" encoding: json output: { type: "object" additionalProperties: true } }