NetSuite REST - Get async job result action

The Get async job result action retrieves the status and result of an asynchronous job in NetSuite REST.

Use this action to check the progress and outcome of jobs created by the Create records (async), Update records (async), Upsert records (async), or Delete records (async) batch actions.

Input

Input fieldDescription
Async job IDEnter the identifier of the asynchronous job to retrieve. Use the Async job ID returned by an async create, update, upsert, or delete action.

Output

Output fieldDescription
Started atThe timestamp when the job started processing.
Completed atThe timestamp when the job completed.
ProgressThe current progress of the job.
Task resultsA list containing one entry per record submitted in the batch. Each entry reports the outcome for a single record.

Last updated: