> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/vault/vault-features/replicate/job-history.md).

# Job History

## Job History

1. On successfully creating a “Job Config”, it will automatically create an entry that runs on the “Job History” page.
2. Observe the jobs created and ran for the configs created.
3. Upon clicking any of the job labels, you can see job-related details such as METADATA & DATA.<br>

   <figure><img src="/files/WkfU93J8iP4wut8iZ9gj" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/TUuLVxfgtJuecT4xaJlh" alt=""><figcaption></figcaption></figure>
4. You can find the “Replicate Source Info” by clicking on the info icon.<br>

   <figure><img src="/files/j2FcMaF1CnLXXYi8N22c" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/khaY8Rz26hhNeKoTXbDR" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/vV8UWvzDhonIpMzo8eY4" alt=""><figcaption></figcaption></figure>
5. You'll find insights into the outcomes within the "MetaSuccess" and "MetaFailure" categories. Take a closer look at individual successes within the "SuccessRecords" and setbacks within the "FailedRecords." Simply click on the associated links to access detailed information for each category, enhancing your understanding of both success and failure records.<br>

   <figure><img src="/files/0RBnqEdiBTutPXLgwElS" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/lgc00KhM8ghtM6k6wyT5" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/BrMcm5hgfdZ14c4gGqe1" alt=""><figcaption></figcaption></figure>
6. Under the actions, you can view the following “Replicate Summary”, “View Log” as shown below.<br>

   <figure><img src="/files/ITr7owZd4UroZd58DoKn" alt=""><figcaption></figcaption></figure>


---

# 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://knowledgebase.autorabit.com/product-guides/vault/vault-features/replicate/job-history.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.
