Skip to main content
GET
/
api
/
v1
/
flows
/
executions
/
{execution_id}
/
stream
Stream Execution Updates
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

execution_id
string
required

Response

Successful Response