GET /api/v2/storefront/inventory-sources/{sourceId}/sync-history
Returns the timeline of sync runs for an ad-server-backed source. Use this to drill into individual runs after reading the coarse sync blocks on the status snapshot.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
sourceId | string (path) | Yes | Storefront-scoped inventory source ID |
syncType | string (query) | No | Filter by sync type (e.g. inventory) |
status | string (query) | No | Filter by run status |
limit | integer (query) | No | 1–500 |
cursor | string (query) | No | Pagination cursor from a prior nextCursor |
Response
nextCursor is non-null, pass it back as the cursor parameter to walk pages.
Errors
401 UNAUTHORIZED— missing or invalid API key.404 NOT_FOUND— no ad-server-backed source with thissourceId.
Related
Inventory source tasks
All operations
Get status
Coarse sync rollups
Refresh
Force a fresh sync snapshot
Get ad-server connection
Connection state