Retrieves the configuration information and execution state for an existing job
Input
| Name |
Type
|
Description
|
| JobId
|
String
|
The Id of the job you wish to return.
|
| Region
|
String
|
The region where the job is executing. Not required if the job is a US or EU region.
|
Result Set Columns
| Name |
Type |
Description
|
| JobId
|
String
|
The JobId of the newly insert Job.
|
| Region
|
String
|
The region where the job is executing.
|
| Configuration_query_query
|
String
|
The query of the newly inserted Job.
|
| Configuration_query_destinationTable_tableId
|
String
|
The destination table tableId of the newly inserted Job.
|
| Configuration_query_destinationTable_projectId
|
String
|
The destination table projectId of the newly inserted Job.
|
| Configuration_query_destinationTable_datasetId
|
String
|
The destination table datasetId of the newly inserted Job.
|
| Status_State
|
String
|
Running state of the job.
|
| Status_errorResult_reason
|
String
|
A short error code that summarizes the error.
|
| Status_errorResult_message
|
String
|
A human-readable description of the error.
|