Skip to main content

Get job info

Get job info

Path Parameters
  • jobId string required

    The job ID as returned by createJob.

Responses

Successful response to the createJob and getJobInfo requests


Schema
  • jobId string

    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
  • code string

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

  • message string

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

Loading...