# Get all knowledge base info Endpoint: GET /knowledge-base-info Version: 5.1.43 Security: api_key ## Query parameters: - `execution_event_id` (integer) The ID of the execution event for which to get knowledge base info - `page_number` (integer) The page number for which to get knowledge baee info. This will default to the first page if excluded - `page_size` (integer) The maximum number of objects to return. This will default to the DefaultApiPageSize setting if not provided ## Response 200 fields (application/json): - `_pageInfo` (object) - `_pageInfo.numberOnPage` (integer) The number of items on this page. This should always match the page size unless it is the last page. - `_pageInfo.total` (integer) The total number of items - `responseList` (array) Example: [{"knowledgeBaseInfoId":1,"title":"Resolving table does not exist","link":"https://support.delphix.com/Delphix_Masking_Engine/Resolving_an_ORA-00942_error_while_Masking_data","tag":"ORA-00942"}] - `responseList.knowledgeBaseInfoId` (integer) The ID of the knowledge base entry. Example: 1 - `responseList.title` (string) The title for the knowledge base entry. Example: "Resolving table does not exist" - `responseList.link` (string) The link to the information in the knowledge base. Example: "https://support.delphix.com/Delphix_Masking_Engine/Resolving_an_ORA-00942_error_while_Masking_data" - `responseList.tag` (string) The lookup tag associated with the information in the knowledge base. Example: "ORA-00942" ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields