Skip to main content
GET
/
inventory-sources
/
{sourceId}
/
sync-history
List ad-server source sync history
curl --request GET \
  --url https://api.interchange.io/api/v2/storefront/inventory-sources/{sourceId}/sync-history \
  --header 'Authorization: Bearer <token>'
{
  "runs": [
    {
      "syncId": "<string>",
      "syncType": "<string>",
      "startedAt": "2023-11-07T05:31:56Z",
      "completedAt": null,
      "status": "<string>",
      "durationSeconds": null,
      "itemsProcessed": 0,
      "itemsFailed": 0,
      "errorSummary": null,
      "errorCategory": null
    }
  ],
  "count": 0,
  "nextCursor": null
}

Documentation Index

Fetch the complete documentation index at: https://docs.interchange.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

sourceId
string
required

Inventory source ID

Minimum string length: 1

Query Parameters

syncType
string
status
string
limit
integer
Required range: 1 <= x <= 500
cursor
string

Response

List ad-server source sync history

Historical sync-run timeline for operator drill-down from coarse status.

runs
object[]
required
count
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
nextCursor
string | null
required