GET

Get Async Job Status


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves the status of an async job started by Async Patch Data Items By Filter or Async Remove Data Items By Filter.

Poll this endpoint until the status reaches a terminal state: SUCCEEDED or FAILED. Job records are retained for 30 days after reaching a terminal state. Querying an expired or unknown jobId returns NOT_FOUND.

When status is FAILED, use successCount to understand how far the job progressed, then re-run the originating async operation with a modified filter that excludes already-processed items.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Read Data Items
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/wix-data/v2/async-jobs/{jobId}/status

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?