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