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
Query#
string
required

The specific query statement.

JobId
string

The id of the job.

WorkspaceId
string
default:default

The id of WorkspaceId.

JobName
string

The name of the job.

WaitForResults
string
default:true

Wait for the Job to complete and return the results of each task ran. Defaults to true.

Timeout
string
default:0

Timeout in seconds that controls how long Sync should wait for a previous execution to complete.

ResyncOptions
string

Comma-separated re-sync options that override replicate options, e.g. Period=FromBeginning,WriteMode=Drop.

Response

The action result

Status
string

The job execution result.

Query
string

The last executed query.

Result
string

The executed result of the last query.

Detail
string

The job execution detail.

QueryStatus
string

The status of last executed query.