---
title: "Broadcast task to agents"
method: POST
path: "/api/tasks/{id}/broadcast"
tags: ["Tasks"]
---

# Broadcast task to agents

`POST /api/tasks/{id}/broadcast`

## Path parameters

- `id` integer, required

## Request body

- object
  - `agents` string[]
  - `message` string

## Response `200`

Task broadcast sent

- object
  - `success` boolean
  - `delivered_to` string[]

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
