Skip to main content

GET /getTaskResult/{taskId}

Retrieves the current status and result of a previously created task.

Path Parameters

Response

Processing (202)

The task is still processing. Continue polling.

Completed Successfully (200)

The task finished successfully. The solution.token contains the result token.

Completed with Error (200)

The task completed without a usable result token.

Task Not Found (404)

The task ID doesn’t exist or has expired.

Task Failed (403)

The task encountered a fatal error.

Response Fields

Polling Strategy

Poll every 0.5 seconds. Results expire 120 seconds after completion.

Common Errors