Overview
Long-running operations like evaluations create tasks that run asynchronously.Task States
| State | Description |
|---|---|
pending | Queued for processing |
running | Currently executing |
completed | Finished successfully |
failed | Encountered an error |
cancelled | Manually cancelled |
Polling Tasks
Use webhooks for real-time notifications instead of polling.
