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 |
Example Request
Fetch the progress of a batch job
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