/getTask
Poll this endpoint using the task_id obtained from /createTask to check the status and retrieve the final result.
Request Body
task_id(string, Required): The ID returned by/createTask.
Response Example (Processing)
If the task is still running:Response Example (Completed - Success)
If the task completed successfully:- The
tokenfield contains the solved Arkose session token.