Skip to main content
POST
/
api
/
v1
/
executions
/
{execution_id}
/
events
Publish Execution Event
curl --request POST \
  --url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/events \
  --header 'Content-Type: application/json' \
  --data '{
  "event_type": "<string>",
  "data": {},
  "timestamp": "<string>"
}'
"<any>"

Path Parameters

execution_id
string
required

Body

application/json

Request to publish a streaming event to Redis for real-time UI updates

event_type
string
required
data
object
required
timestamp
string | null

Response

Successful Response

The response is of type any.