# Get a Calculation Grid Item Retrieves the Calculation Grid Item record (CGI). Endpoint: POST /fetch/CGI{keyNumber}/{id} Security: basic, X-PriceFx-jwt ## Path parameters: - `keyNumber` (string, required) Use CGI1..CGI6 in the path, where numbers from 1 to 6 refer to Calculation Grid Item keys. Enum: "1", "2", "3", "4", "5", "6" - `id` (string, required) id of the Calculation Grid Item you want to fetch. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (array) - `response.status` (integer)