Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
JobId
string

The id of the job to run.

WorkspaceId
string
default:default

The id of WorkspaceId.

JobName
string

The name of the job to run.

PushOnQuery
string
default:true

Boolean indicating whether output status on query.

Response

The action result

JobName
string

The name of the job.

LastRun
string

The last time the job ran.

Status
string

The last job executing result.

Detail
string

The job execution detail.

Query
string

The query statement.

Table
string

The table name of query statement.

LastUpdate
string

The last time the table was updated.

QueryStatus
string

The status from the last time the query statement executed.

QueryStatusDetail
string

The detail status information from the last time the query statement executed.

Other
string

The other status information from the last time the query statement executed.