Recipe run report
The Recipe Run Report enables users to access detailed insights and execution results for each individual recipe run. This comprehensive report provides key metrics related to the success and failures of the recipe run, allowing users to review and analyze the processing outcome.
Accessing the Recipe Run Report
To view the report for a specific recipe run, follow these steps:
Navigate to the Recipe Page: Go to the relevant recipe.
In the recipe page interface, locate and click the Action button to display available options.

From the action options, select View runs to access a list of all recipe executions.

For each recipe run listed, the View Report button will be available next to its corresponding entry.
Select the View Report button next to the relevant recipe run to open the detailed report for that specific execution.

Once a recipe has been executed at least once, the View Report button and the corresponding recipe run details will become available.
Report Details
Upon clicking View Report, the system generates a detailed Knowledge Base Ingestion Report for the selected run, which provides the following information:
1. Summary Statistics
Total Files: The total number of files processed during the recipe run.
Successful: The count of files that were successfully ingested.
Failed: The number of files that encountered errors during ingestion.
Deleted: The number of files that were removed from the dataset (if applicable).
Success Rate: The percentage of files that were successfully processed compared to the total files ingested.
2. Run Metadata
Date: The timestamp of when the report was generated.
Run ID: The identifier associated with the current recipe run.
Recipe ID: The unique identifier for the recipe associated with the run.
3. Error Details (Failed Items)
The Failed Items section lists all files that failed to process during the run. For each failed item, the following details are provided:
Item ID: A unique identifier for the failed file.
Source Reference: The location or path of the source file.
Error Message: A description of the error that occurred .

Last updated