---
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.

---

[API](https://skmtc.net/topo/apis/topo-public-api.md) · [All operations](https://skmtc.net/topo/apis/topo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topo/topo-public-api/versions/6e9ca9d5acac/schema)
