> For the complete documentation index, see [llms.txt](https://karini-ai.gitbook.io/karini-ai-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://karini-ai.gitbook.io/karini-ai-documentation/recipes/knowledgebase-recipe/recipe-runs.md).

# Recipe Runs

**Recipe runs** include a series of defined steps for **data ingestion pipeline** which include **connecting to enterprise data source, pre-process the data and create vector embedding** as per the configurations in the recipe elements. Refer to [Run Recipe](/karini-ai-documentation/recipes/knowledgebase-recipe/run-recipe.md) for details.&#x20;

You can access the **Recipe Runs** by selecting the **View Runs** option from the **Actions** menu associated with the recipe.  Each recipe run record includes the following information.

* **Recipe**:  The name of the recipe.
* **Run ID**: Each run of the recipe is assigned a unique identifier for tracking purposes.
* **Launch**: Manual vs. Scheduled
* **Dataset**: Dataset(s) used during the recipe run.
* **Status**: The current status of the recipe run, such as "Completed", "Running", or "Failed".
* **Start time:** Date and time when recipe execution started.

After selecting a recipe run, you can view additional details for the recipe run:&#x20;

* **Action**: The Specific actions taken during the recipe run such as Ingest data, OCR, PII, Chunking, Create embeddings etc.&#x20;
* **Input Source**: Name of the input source.
* **Success Count**: Number of successfully processed items.
* **Failure Count**: Number of items that failed to process.
* **Status**: Current status of the run (e.g., Completed, Failed).
* **Status Message**: Additional information or error messages related to the run status.
* **Start Time**: The time at which the run was initiated.
* **Duration**: Total time taken for the run to complete actions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://karini-ai.gitbook.io/karini-ai-documentation/recipes/knowledgebase-recipe/recipe-runs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
