Error
A valid request URL is required to generate request examples[
{
"JobName": "<string>",
"LastRun": "<string>",
"Status": "<string>",
"Detail": "<string>",
"Query": "<string>",
"Table": "<string>",
"LastUpdate": "<string>",
"QueryStatus": "<string>",
"QueryStatusDetail": "<string>",
"Other": "<string>"
}
]{
"error": {
"code": "<string>",
"message": "<string>"
}
}Query the status of a job. Specifying the JobName includes detail for each query in the response.
POST
/
getJobStatus
Error
A valid request URL is required to generate request examples[
{
"JobName": "<string>",
"LastRun": "<string>",
"Status": "<string>",
"Detail": "<string>",
"Query": "<string>",
"Table": "<string>",
"LastUpdate": "<string>",
"QueryStatus": "<string>",
"QueryStatusDetail": "<string>",
"Other": "<string>"
}
]{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
basicauthtoken_headerauthtoken_query
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Response
The action result
The name of the job.
The last time the job ran.
The last job executing result.
The job execution detail.
The query statement.
The table name of query statement.
The last time the table was updated.
The status from the last time the query statement executed.
The detail status information from the last time the query statement executed.
The other status information from the last time the query statement executed.