process_id | string | A unique process identifier. |
type | string | The type of the process. Can be file-import , sketch-import or bulk-apply-tm . |
status | string | Current status of the process. Can be queued , pre_processing , running , post_processing , cancelled , finished or failed . |
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. |