GET

Get Bulk Job


Retrieves a bulk job. Bulk jobs are started with bulk operation methods in the Contacts API.

Authentication

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

Permissions
Manage Members and Contacts - all permissions
Manage Contacts
Manage Stores
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/contacts/v4/bulk/jobs/{id}

Path Params
idstringRequired

Bulk job ID.

Response Object
jobJob

Bulk job details.

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?