competitor_analyze
Trigger analysis for pending or failed competitor entries. Returns an operation ID to monitor until completion.
Instructions
Async. Trigger analysis for existing BrandCompetitor rows that are pending or failed. Use competitor_add to create new rows; use this to retry failed ones. Returns { operationId, status } — poll get_job until state=completed. Typically takes ~2–5 min.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | No | Brand ID (defaults to active brand) | |
| brandCompetitorIds | Yes | IDs of existing BrandCompetitor rows to (re-)analyze (1–20). |