Retrieve an async task
Async
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
Retrieve an async task
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

