| Field | Description |
|---|---|
signature | Used to verify the payload (e.g. HMAC). |
event | Event type; for task completion always "task_finished". |
created_at | When the webhook was sent (ISO 8601). |
data | The task object (same shape as GET /tasks/), including optional trajectory_id. |
data.status)
| Status | Meaning |
|---|---|
completed | Task finished successfully. |
completed_with_issues | Task finished with caveats; check data.notes for details. |
failed | Task did not succeed; data.notes and data.failedAt provide context. |
