Get batch job task

Gets the specified task by batch job.

Every batch job may consist of multiple tasks that are linked together into a user-defined workflow. These tasks are performed in order according to rules specified in request body of the batch job. Each task in the user-defined workflow is identified by a system-defined task ID.

Path Params
string
required

ID of batch job.

string
required

ID of batch task.

Responses

Response body
object
string

ID of task.

string

Unique ID of task.

string

ID of batch job.

string

Status of batch task.

string

Date task was submitted in ISO 8601 format, e.g. 2020-01-01T00:00:00.000Z

string

Date task was created in ISO 8601 format, e.g. 2020-01-01T00:00:00.000Z

string

Name of task.

int32

Percent of task completed.

array of strings

List of tasks to perform prior to this task.

priorTaskGuids
object
Has additional fields
array of objects
subTasks
object
string

ID of task.

string

Unique ID of task.

string

ID of batch job.

string

Status of batch task.

string

Date task was submitted in ISO 8601 format, e.g. 2020-01-01T00:00:00.000Z

string

Date task was created in ISO 8601 format, e.g. 2020-01-01T00:00:00.000Z

string

Name of task.

int32

Percent of task completed.

array of strings

List of tasks to perform prior to this task.

priorTaskGuids
object
Has additional fields

Language
Credentials
URL
Request