TaskRuns
Ai task run needs input
Triggered when a supervised AI task run is awaiting user input
WEBHOOK
Headers
Base64-encoded HMAC-SHA256 of the raw request body, keyed with your endpoint's signing secret. Verify this before processing the event.
Body
application/json
Event payload Crevio POSTs to your endpoint.
Unique identifier for this webhook event
Example:
"whev_abc123"
The event type
Available options:
ai_task_run.needs_input Example:
"ai_task_run.needs_input"
ISO 8601 timestamp of when the event was created
Example:
"2025-01-15T10:30:00Z"
API version used to generate the payload
Example:
"v1"
The serialized ai task run for this event
Response
200
Return any 2xx status within 5 seconds to acknowledge receipt.

