Jobs
Async (asynchronous) operations are operations that are executed within a background Job.
If an API endpoint triggers an async operation, it will return an AsyncResult response containing the background Job info.
You can use the bellow APIs to poll for the updated Job status.
📄️ List Jobs
List Jobs
📄️ Get a Job
Get a Job
📄️ Get Job's logs
Get Job's logs
📄️ Get Job result
Fetch the result data of a Job.
📄️ List Job's queues
List Job's queues