Publish Execution Event
API Reference
Publish Execution Event
Publish a streaming event via event bus (multi-provider support).
This endpoint is used by workers to send real-time events (tool execution, status updates, etc.) that are streamed to the UI via SSE without waiting for Temporal workflow completion.
Supports multiple providers:
- Redis: List storage + pub/sub for SSE streaming
- HTTP: Webhook notifications
- WebSocket: Real-time push to connected clients
- NATS: High-performance message streaming
Events are stored in Redis list: execution::events TTL: 1 hour (events are temporary, final state persists in database)
POST
Publish Execution Event
Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your Kubiya API token (format: Bearer )
Path Parameters
Body
application/json
Response
Successful Response