List Indexing-Issue Alerts
list_indexing_issue_alertsFind Amazon products that lost search visibility by retrieving indexing-issue alerts across connected seller accounts, with filters for seller, marketplace, status, and update time.
Instructions
Use this to find products that may have lost search visibility. Retrieves a paginated list of indexing-issue alerts across the user's connected Amazon seller accounts — an alert fires when one of their ASINs is no longer indexed for its tracked keywords. By default returns active (unresolved) alerts from the last 30 days; filter by sellerId, marketplace, status, or updatedSince (for incremental polling). Each item includes id, asin, title, imageUrl, isParent, sellerId, marketplace, lastAlertedAt, and resolvedAt. Supports pagination metadata (currentPage, pageSize, total, lastPage, hasNext, hasPrev).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Lifecycle filter. `active` (default) returns unresolved alerts, `resolved` returns resolved alerts, `all` returns both. Dismissed alerts are never returned. | |
| pageSize | No | Items per page (max 50). Defaults to 20. | |
| sellerId | No | Filter to a single connected Amazon seller account ID, e.g. "A1B2C3D4E5". | |
| currentPage | No | Page number, 1-indexed. Defaults to 1. | |
| marketplace | No | Filter to a single Amazon marketplace code, e.g. "com" for amazon.com or "co.uk" for amazon.co.uk. | |
| updatedSince | No | ISO-8601 timestamp; return only alerts surfaced at or after this time (filters on `lastAlertedAt`). Use it to incrementally sync since your last poll. Defaults to the last 30 days when omitted. |