---
title: "List Task Messages"
method: GET
path: "/v1/tasks/{task_id}/messages"
tags: ["tasks"]
---

# List Task Messages

`GET /v1/tasks/{task_id}/messages`

List messages exchanged on a task's sequence thread.

Requires the `tasks:read` scope on the API key.

## Path parameters

- `task_id` string, uuid, required

## Response `200`

Successful Response

- MessagePublicOutput[]
  - `id` string, uuid, required — Unique identifier.
  - `channel` 'EMAIL' | 'LINKEDIN' | 'CALENDAR' | 'MANUAL', required
  - `direction` 'INBOUND' | 'OUTBOUND', required
  - `subject` string, nullable, required — Email subject line, if any.
  - `body` string, required — Message body. Inbound messages have quoted reply history stripped.
  - `sent_at` string, date-time, required — When the message was sent or received.
  - `sender_id` string, uuid, nullable, required — Sending mailbox that sent an outbound message. Null for inbound messages from the contact.
  - `sender` PublicSenderSummary
    - `id` string, uuid, required — Unique identifier of the sending mailbox.
    - `email` string, nullable — Mailbox email address.
    - `name` string, nullable — Sender display name from the linked sender identity.

## Changes

- **2026-08-04** `467ce2bf692b` — 1 info
  - added the optional property `items/sender` to the response with the `200` status

[Change history](https://skmtc.dev/topo/apis/topo-public-api/changes/v1/tasks/:task_id/messages/get.md)

---

[API](https://skmtc.dev/topo/apis/topo-public-api.md) · [All operations](https://skmtc.dev/topo/apis/topo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/topo/topo-public-api/revisions/0646a72cff02/schema)
