Async Tasks

Retrieve an async task

Endpoint to fetch an AsyncTask.

Async Tasks are created when a long-running process is initiated (e.g. form generation) and can be used to track the progress of that process and fetch the results once it is completed.

The following example is for a Form Generation task, but the response fields will differ depending on the specific AsyncTask instance requested.

get/async_tasks/{async_task}

Path parameters

async_taskstring required

Response

OK

idstring

The unique identifier of the object in Nmbr.

objectstring

The type of the object in Nmbr ("async_task").

Changes