Skip to main content

List all jobs

List all jobs and their statuses.

Responses

Successful response to the listJobs request


Schema
  • Array [
  • jobId jobId 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 required

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

    message string required

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

  • ]
Loading...