REST API — Webhooks
| Method | Path | What it does |
|---|---|---|
GET |
/api/webhooks/workflow/{workflow_id}/executions/{execution_id} |
Get execution status. Token-scoped: can only see executions triggered by this token. |
POST |
/api/webhooks/workflow/{workflow_id}/trigger |
Trigger a workflow via webhook. Authenticated via Bearer token. |