GetSyncJobInfo
Retrieves information about a synchronous job.
GetSyncJobInfo is available only to a BIRT iHub System administrator. To log in as a BIRT iHub System administrator, use SystemLogin.
Request element
ObjectId
String. The ID of the synchronous job for which to retrieve information.
Response elements
Status
String. The status of the job. Valid values are:
*Pending
*Running
*Completed
*Failed
ErrorDescription
String. The description of the error. Returned if Status is Failed.
Pending
PendingSyncJob. The properties of the pending synchronous job.
Running
RunningJob. The properties of the running synchronous job.