GET

Get Async Job


Retrieves a job.

Authentication

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

Permissions
READ ASYNC JOBS
Manage Stores - all permissions
Manage Products
Picasso private app mega scope
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/async-jobs/v1/async-jobs/{jobId}

Path Params
jobIdstringRequired

Job ID.

Response Object
jobJob

Returned job.

Get Async Job
Request
cURL
Response
JSON
Errors

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

Did this help?