curl --request GET \
--url https://agent-studio.thena.ai/api/v1/flows/executions/{execution_id}/stream \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Stream real-time updates for a specific execution.
Returns Server-Sent Events (SSE) with:
curl --request GET \
--url https://agent-studio.thena.ai/api/v1/flows/executions/{execution_id}/stream \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}