Frequently asked questions : General : How do I check job status after submitting a job? : Get the status of items in a job

Get the status of items in a job
Important: Do not use the overall job state, which indicates the stage of processing of the job, to report delivery status. The overall job state does not indicate anything about what happened to specific deliveries. The job state can show “Delivered” (meaning “the delivery phase is complete”), but the items in the job might not have been successfully delivered.

To determine what happened to delivery items, use either the JobDeliveryStatus or JobDetail APIs. They show the outcome of each item in the job. To get a summary of the results, use the JobSummary API. It gives you counts of delivery statuses, but does not tell you which items had problems, if any.

OpenText recommends looking for the Posted or Delivered state to verify your jobs have reached the correct point in processing. Use the job status calls (such as the JobSummary or JobDeliveryStatus APIs) to get information about what happened to the individual items.


Version 1.0


2017 Open Text. All rights reserved.
Trademarks owned by Open Text.