# Get an ingredient by ID Endpoint: GET /ingredients/{id} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (string) - `object` (string) - `kitchenId` (string) - `name` (string) - `quantity` (number) - `unit` (string) - `useBefore` (string) - `createdAt` (string) ## Response 400 fields (application/problem+json): - `title` (string) - `detail` (string) - `status` (integer) - `type` (string) - `instance` (string) ## Response 404 fields (application/problem+json): - `title` (string) - `detail` (string) - `status` (integer) - `type` (string) - `instance` (string)