Skip to main content

List all jobs

GET 

/jobs/

List all jobs and their statuses.

Responses

Successful response to the listJobs request

Schema

  • Array [

  • jobId jobId (string)required

    Unique ID of the job.

    The job ID can be used to control the job, e.g. start it, as well as identify corresponding messages in the service log file. Therefore it is highly recommended to log the job ID in the client log file.

    status

    object

    required

    code jobStatusCode (string)required

    Possible values: [creating, pending, processing, completed]

    message stringrequired

    A message describing the job's status in more detail. Example: "Converting 'input.pdf' to PDF/A."

  • ]

Loading...