Skip to main content
POST
/
api
/
v1
/
executions
/
{execution_id}
/
message
Send Message To Execution
curl --request POST \
  --url https://control-plane.kubiya.ai/api/v1/executions/{execution_id}/message \
  --header 'Content-Type: application/json' \
  --data '{
  "message": "<string>",
  "role": "user"
}'
"<any>"

Path Parameters

execution_id
string
required

Body

application/json

Request to send a message to a running execution

message
string
required
role
string
default:user

Response

Successful Response

The response is of type any.