Asynchronous mode
An API call that includes themode=async key-value pair will be satisfied asynchronously:
retrieving status indicates that the search or request is in progress:
failed status indicates that the search or request was unsuccessful and the call should be
retried:
| Key | Required | Value |
|---|---|---|
mode | ⬜ | The synchronous or asynchronous mode of content retrieval, sync or async; sync is the default mode |
id | ⬜ | The identifier provided by to reference an asynchronous job |

