TaskInfo
POST /taskInfo
Header
Field | Value |
---|---|
AccessToken | AccessToken_taskStart set in the Config |
Body
Field | Value | Type |
---|---|---|
taskId | The Qlik Reload TaskId | string |
Response type
Status: 200
{
createdDate?: string,
enabled?: boolean,
id: string,
isManuallyTriggered?: boolean,
maxRetries?: number,
modifiedByUser?: string,
modifiedDate?: string,
name: string,
operational?: {
id: string,
lastExecutionResult: {
details: [],
duration: number,
executionNodeName: string,
id: string,
scriptLogAvailable: boolean,
scriptLogLocation: string,
scriptLogSize: number,
startTime: string,
status: number,
stopTime: string,
},
nextExecution: string,
status: number,
},
shemaPath?: string,
taskSessionTimeout?: number,
taskType?: number
}[]
Last updated on