Returns the status and result of a task by its ID.
Whether to download the task result files after the task is completed. If true, the response will include the download link for the files.
Successful Response: The task has completed (status is 'done' or 'failed').
Task response model.
The ID of the task.
The status of the task.
waiting, running, done, failed, cancelled The output of the task.
The amount of credits used to perform the task.
The amount of credits remaining on the account.
The device type used for the task.
desktop, mobile The URL to view and interact with the task execution.
The URL to view the task recording.
The URL to download files generated during the task.
The timestamp when the task was created.