Retrieves details of a specific bulk action.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
The UUID of the specific object.
A string describing the object type returned.
The type of action to be performed. Possible values include:
delete_customersdelete_productsThe id of records to perform the bulk action on.
The array of ids that are skipped due to the action not being applicable to them.
The status of the bulk action. Possible values include:
completed: The bulk action has been executed, possibly with some errors.invalid: The bulk action contains no record_ids that support the given action.pending: The bulk action is pending and not yet processed.processing: The bulk action is currently being processed.succeeded: The bulk action has succeeded with no errors for all the supporting record_ids.Time at which the object was created. Measured in seconds since the Unix epoch.
Time at which the object was last updated. Measured in seconds since the Unix epoch.