# Get ingredientId Endpoint: GET /ingredients/{ingredientId} Version: 1.0.0 Security: jwt ## Path parameters: - `ingredientId` (string) ## Response 200 fields (application/json): - `id` (string) - `object` (string) - `createdAt` (string) - `kitchenId` (string, required) - `name` (string, required) - `quantity` (number, required) - `unit` (string, required) - `useBefore` (string)