Understanding how Tasks Runs are created, processed, and returned
queued
to completed
. This asynchronous design enables efficient scaling of web research operations.
Status | Description | Can Transition To |
---|---|---|
queued | Task created and waiting for processing | running , failed |
running | Task actively being processed | completed , failed |
completed | Task successfully completed with results available | (Terminal state) |
failed | Task encountered an error | (Terminal state) |
run_id
. A Task Run Result can be accessed once the Task Run status becomes completed
.
429 Too Many Requests
status code.
failed
and details will be available in the errors
field: