Progress
Progress
POST
[PlatformAddress]/api/1.0/batch?action=progress
Path Parameters
Name
Type
Description
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
Property
Description
progress
The progress of the batch job, as a percentage of work completed.
Throws
Code
Description
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