---
title: "Send Message"
method: POST
path: "/tasks/{task_id}/message"
tags: ["Tasks"]
---

# Send Message

`POST /tasks/{task_id}/message`

Send a message to a running agent task. The message ID is delivered via SSE (UserMessageEvent with action=queued).

## Path parameters

- `task_id` string, uuid, required

## Request body

- TaskMessageCreate
  - `message` string, required — Message to send to the running agent

## Response `200`

Successful Response

- TaskMessageResponse
  - `sent` boolean, required — Whether the message was queued for delivery

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.net/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/versions/7f577998739b/schema)
