WebSocket Notifications
GenAIPro provides real-time notifications for Labs task status changes via WebSocket.Connection
Connect to the WebSocket endpoint:Events
When a Labs task changes status, you will receive a message with the task update:Task Statuses
| Status | Description |
|---|---|
pending | Task is queued |
processing | Task is being processed |
completed | Task finished successfully |
failed | Task failed |

