action climate_fetch_field_by_id { label: "Retrieve a specific Field by ID" description: "Retrieve a given **Field** by ID." provider: climate method: GET path: "/v4/fields/{fieldId}" encoding: json output: { type: "object" additionalProperties: true } }