Check the status of a write operation
Query for the status of a write operation created via the API. The status of the write operation, as well as any encountered errors, is provided.
Bearer authentication of the form Bearer <token>, where token is your auth token.
The status for the write operation. “SUCCESS” means that the write operation was seen as a complete success and the data has been written. “PARTIAL_SUCCESS” means that a portion of the write operation succeeded, but it was not fully successful. “FAILURE” means that the write operation completely failed.”PENDING” means that the write operation is pending completion of any status.