Skip to main content
POST
/
api
/
v1
/
tasks
/
plan
/
{execution_id}
/
tasks
/
{task_id}
/
message
Send Task Message
curl --request POST \
  --url https://control-plane.kubiya.ai/api/v1/tasks/plan/{execution_id}/tasks/{task_id}/message \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your Kubiya API token (format: Bearer )

Path Parameters

execution_id
string
required
task_id
integer
required

Body

application/json

The body is of type Request · object.

Response

Successful Response