Skip to main content

Get job info

GET 

/jobs/:jobId

Get job info

Request

Path Parameters

    jobId stringrequired

    The job ID as returned by createJob.

Responses

Successful response to the createJob and getJobInfo requests

Schema

    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...