Progress

Progress

POST [PlatformAddress]/api/1.0/batch?action=progressundefined

Path Parameters

NameTypeDescription

async

string

The asyncId for the batch job to check progress for

{ 
  "progress":33
}

Example Request

Fetch the progress of a batch job

{
  "async":"a7ec88af7d710bf51b188004bb532d77"
}

Returns

PropertyDescription

progress

The progress of the batch job, as a percentage of work completed.

Throws

CodeDescription

Specific Code: 24105

Could not find batch

The progress action takes the asyncId as a parameter and returns back the progress of the batch job as a percentage.

Last updated