FlowDrop Docs
API referenceAgent spec

Stream Agent Spec execution updates (WebSocket)

WebSocket endpoint for real-time execution updates. Streams per-node status changes and execution events as they occur. **Protocol**: WebSocket (upgrade from HTTP) **Messages sent by server**: - `{"type": "node_status", "node": "<name>", "status": {...}}` - `{"type": "execution_complete", "results": {...}}` - `{"type": "execution_error", "error": "<message>"}`

GET
/agentspec/executions/{id}/stream

Authorization

AuthorizationBearer <token>

JWT token for authentication

In: header

Path Parameters

id*string

Execution ID from the runtime

Response Body

application/json

curl -X GET "https://example.com/agentspec/executions/string/stream"
Empty