Queued process object

FieldTypeDescription
process_idstringA unique process identifier.
typestringThe type of the process. Can be file-import, sketch-import, bulk-apply-tm, or create-branch-reindex. The latter process type is fired when a branch is created via the Create a branch endpoint, and it is advised to wait until the process finishes before working with the new branch.
statusstringCurrent status of the process. Can be queued, pre_processing, running, post_processing, cancelled, finished or failed.
messagestringCan contain a message related to the current process status (such as an error message).
created_bynumberID of a user who initiated the process.
created_by_emailstringemail of a user who initiated the process.
created_atstringDate of when the process was created in the queue.
created_at_timestampnumberUnix timestamp of when the process was created in the queue.