Cantemo get job info

Jobs make up the long running tasks in Cantemo. They are created in response to requests that would otherwise not be able to respond in time, such as import, export and transcode requests. Therefore, the job object contains methods for reading and writing metadata for the job that is executing, and also for some job control. So, to retrieve all the information about a specified job (using job ID), the task 'cantemo get job info' is used.

main

Job ID
This is the id of the job.

Returned values
The output of this task, job_info is structured as follows:

 {
    "jobId": "VX-602",
    "user": "admin",
    "started": "2022-12-06T16:35:04.338+0000",
    "status": "STARTED",
    "type": "PLACEHOLDER_IMPORT",
    "priority": "MEDIUM",
    "data": {
        "originalFilename": "060a2b340101010501010f1013-000000-309f24539633a505-7d2964006a6d-29fd",
        "username": "admin"
    }
 }