---
title: "Get agent communications"
method: GET
path: "/api/agents/comms"
tags: ["Agents"]
---

# Get agent communications

`GET /api/agents/comms`

## Query parameters

- `agent` string
- `limit` integer

## Response `200`

Agent communication log

- object
  - `messages` object[]
    - `id` integer
    - `from_agent` string
    - `to_agent` string
    - `content` string
    - `type` string
    - `created_at` integer

## Other responses

- `401` — Authentication required

## Changes

- **2026-03-02** `39aff788d955` — 1 info
  - added the media type `application/json` for the response with the status `401`

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/agents/comms/get.md)

---

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