For each job run, Connect ETL assigns status messages. The status of a job indicates whether it completed, if there were error or exceptions, or when a job has paused, aborted, or been scheduled.
URI
projects/<jobRunId>/status
HTTP Methods
GET
Parameters
The <jobRunId> identifies which job status to query
Response
Text, which is one of the strings shown in the following table.
| Status String | Description |
|---|---|
| WAITING | Job is scheduled but not running |
| RUNNING | Job is running |
| COMPLETED | Job completed successfully without exceptions |
| COMPLETED_WITH_WARNINGS | Job completed successfully with exceptions |
| COMPLETED_WITH_ERRORS | Job completed with some tasks succeeded and some tasks failed. Jobs only generate this status if continueIfTaskAbort option is set to true or the job is scheduled in DataFunnel. |
| CANCELLED | Job terminated by the user |
| ERRORED | Job failed |
| LOST_CONTACT | Job status unknown because client contact with the management server |