Status
Get scheduled task status list
Get the status of scheduled tasks.
Get scheduled task status
Get the status of a scheduled task based on the provided ID.
Get on-demand requests status
Get the status of on-demand requests.
Get on-demand request status
Get the status of the specified on-demand request.
Runs a specified task or report
Initiates the execution of the specified task or report request. The request can be a scheduled task, on-demand report, or on-demand task.
Stop the execution of a specified task or request
Stops the execution of the specified task or request. The request can be a scheduled task or an on-demand request.
Download the scheduled task log file
Download the log file of the specified scheduled task if available. The log file contains information about the execution of the task.
Download the scheduled task SMTP log file
Download the SMTP log file of the specified scheduled task if available.
Download the on-demand request log
Download the log file of the specified on-demand request if available. The log file contains information about the execution of the on-demand request.
Download on-demand request SMTP log file
Download the SMTP log file of the specified on-demand request if available.
Delete request
Deletes the specified request. If the request is currently in the running or queued state, it will first be stopped before deletion. Additionally, associated log files and report files, if any, will be deleted from the storage.
Download report
Download the report file generated by the specified request. The method gets the file from the storage and returns its URI for download.
Download report as a stream
Download the report file as a stream. The method gets the file from the storage and returns it as a stream.