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 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>",
  "role": "user"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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