Skip to main content

List Sync Runs

GET 

/api/magento2/integration-instances/:instanceId/webhooks

Paginated list of polling sync runs for the instance. Magento 2 has no native webhook system — each row is one execution of a tracked sync job (orders, SKU order creation, products, customers, transactions, inventory, fulfillments), sourced from tracked_job_logs.

Authentication: Bearer token.

Filters: filter[search] (run ID exact / job name partial), filter[status] (pending, processing, completed, failed, cancelled), filter[topic] (orders, sku_orders, products, customers, transactions, inventory, fulfillments).

Allowed sorts: id, job_name, status, progress_percentage, attempted_at, completed_at. Default: -id.

Request

Responses

OK

Response Headers
    Content-Type