v2

latestOpenAPI 3.1.0Terms of Service2026-08-0641014.6 KB
Tasks

Get task status and result

Retrieve a task by id. Poll this endpoint until status is one of success, failure, or timeout. Tasks older than 1 hour in pending or running state automatically transition to timeout with a refund.

get/api/v1/task/{taskId}

Path parameters

taskIdstring uuid required

Task ID returned by POST /api/v1/task.

Response

Task details

code200 required