Queued process object

Field Type Description
process_id string A unique process identifier.
type string The type of the process. Can befile-import,sketch-importorbulk-apply-tm.
status string Current status of the process. Can be排队,pre_processing,running,post_processing,cancelled,finishedorfailed.
message string Can contain a message related to the current process status (such as an error message).
created_by number ID of a user who initiated the process.
created_by_email string email of a user who initiated the process.
created_at string Date of when the process was created in the queue.
created_at_timestamp number Unix timestamp of when the process was created in the queue.