> For the complete documentation index, see [llms.txt](https://daton-sarasanalytics.gitbook.io/daton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daton-sarasanalytics.gitbook.io/daton/platform/features/navigating-the-pages-in-daton/integration-details.md).

# Integration Details

Integration details page displays job level details for a specific integration.&#x20;

### Top Section

The top section displays overall integration level attributes such as -&#x20;

1. Status - Integration status&#x20;
2. Destination - Destination warehouse&#x20;
3. Time Period - Specifies the time period of the integration when it was active. End date for integrations will be last job date, it will be the corresponding date for paused and deleted integrations
4. Number of Jobs - The number number of jobs executed for the integration since the date of creation
5. Rows Processed - The total number of rows/records processed in the integration since the date of creation
6. Average Job Time - Historical average time of the jobs in minutes

### Bottom Section

The bottom section has the following tabs -&#x20;

#### Pipeline Jobs

Displays the details for each job along with a link for a detailed job. The list is displayed based on the log retention policy for the selected subscription. It has the following attributes -&#x20;

1. Job Id - Internal Daton job id
2. Table Name - Each job id corresponds to a specific table. If an integration has multiple tables then multiple job ids would be created and executed for each load
3. Job Start Time - Time when the extract is initiated
4. Job End Time - Time when the data is loaded in the warehouse
5. Job Status - Specifies whether the job was successful or a failure
6. Rows Processed - Number of rows processed for the table or job in a load
7. Time Taken - Time taken for the job in minutes
8. Next Scheduled Job - Time of next job based on the configured frequency
9. Detailed Log - Detailed job log with error messages if any and user actions to resolve them

#### Tables & Fields&#x20;

This section displays the list of tables configured in the integration and in turn, fields with in each table. Users would be able to reload a specific table in the integration by clicking the reload button against a specific table.


---

# 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://daton-sarasanalytics.gitbook.io/daton/platform/features/navigating-the-pages-in-daton/integration-details.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.
