> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/network/integration/offer-sync/sync-logs.md).

# Sync Logs

#### 1. Integration **» Offers Sync**

![](https://2731110321-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-ME6HkHUCzlM0Mu33Q9W%2F-MMnbCRAAJrecIJk_pQ7%2F-MMnjBdW8Y2L9jTCaLj4%2Fb72a362f1ac7e21ef24d88b1d505df12.gif?alt=media\&token=0d832679-1aef-4617-aec6-e2a051961e30)

#### 2. Go to **Sync Logs**

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

#### **Fields in sync logs**

<table data-header-hidden><thead><tr><th width="165.6391583607313"></th><th></th></tr></thead><tbody><tr><td><strong>Results</strong></td><td><strong>Description</strong></td></tr><tr><td>API Partner</td><td>Name of the sync Partner</td></tr><tr><td>Name</td><td>Name of the API</td></tr><tr><td>Time</td><td>Time when Offer got synced</td></tr><tr><td>Status</td><td>Status of API (Pending / Approved)</td></tr><tr><td>Total Offers</td><td>Total Offer count found in API</td></tr><tr><td>Filtered Offers</td><td>If there are any filters applied by the user, then count of Offers matched with those filters</td></tr><tr><td>Active Offers</td><td>Count of Live Offers in synced Offers</td></tr><tr><td>Updated Offers</td><td>If in the existing API, the count of Offers that got changed</td></tr><tr><td>New Offers</td><td>Newly Synchronized Offers</td></tr><tr><td>Already Exists</td><td>Offer count which is already available</td></tr><tr><td>Execution Time</td><td>Time Taken to sync Offers from API</td></tr></tbody></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://knowledgebase.offer18.com/network/integration/offer-sync/sync-logs.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.
