action climate_fetch_boundary_by_id { label: "Retrieve a Boundary by ID" description: "Retrieve a **Boundary** by ID." provider: climate method: GET path: "/v4/boundaries/{boundaryId}" encoding: json output: { type: "object" additionalProperties: true } }