Stream real-time progress updates via Server-Sent Events
Stream real-time progress updates for an async job using Server-Sent Events (SSE).Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
run_abc123).text/event-stream with the following event types:
| Event | Description |
|---|---|
progress | Progress update with percentage and current step |
log | Log message from agent execution |
complete | Job completed (succeeded, failed, or cancelled) |
[DONE] | Stream ended |
| Status | Description |
|---|---|
404 | Job not found |
400 | Job already completed (no stream available) |
500 | Internal server error |