API Reference
For the REST API docs go here
Real-time Messaging (WebSocket)
The application uses a WebSocket gateway to handle real-time user sessions and stream task execution updates.
Event Reference
Client → Server (Incoming)
These events are emitted by the client to manage the session.
| Event Name | Description | Payload |
|---|---|---|
|
Joins the user to their private notification channel based on their JWT user ID. |
None (User ID extracted from token) |
|
Removes the user from their private notification channel. |
None (User ID extracted from token) |