Skip to main content
GET
/
agentspec
/
executions
/
{id}
/
stream
Stream Agent Spec execution updates (WebSocket)
curl --request GET \
  --url http://localhost:5173/api/flowdrop/agentspec/executions/{id}/stream \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "error": "Resource not found",
  "code": "NOT_FOUND"
}

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

id
string
required

Execution ID from the runtime

Response

WebSocket upgrade successful