# 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: 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:

```
GET https://daton-sarasanalytics.gitbook.io/daton/platform/features/navigating-the-pages-in-daton/integration-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
