# List ingredients Endpoint: GET /ingredients Version: 1.0.0 Security: BearerAuth ## Response 200 fields (application/json): - `object` (string) - `page` (object) - `page.endCursor` (string) - `page.startCursor` (string) - `page.hasNextPage` (boolean) - `page.hasPrevPage` (boolean) - `page.limit` (integer) - `page.total` (integer) - `items` (array) - `items.id` (string) - `items.kitchenId` (string) - `items.name` (string) - `items.quantity` (number) - `items.unit` (string) - `items.useBefore` (string) - `items.createdAt` (string) ## Response 400 fields (application/problem+json): - `title` (string) - `detail` (string) - `status` (integer) - `type` (string) - `instance` (string)