cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/tasks/plan/events/{execution_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Publish a plan event to Redis (called by Temporal activities).
This endpoint receives events from plan activities and publishes them to Redis for the streaming endpoint to consume.
Enter your Kubiya API token (format: Bearer )
The body is of type Event · object.
Event · object
Successful Response
Was this page helpful?