v3

OpenAPI 3.1.02026-07-2759128137.8 KB
tasks

List Task Messages

List messages exchanged on a task's sequence thread.

Requires the tasks:read scope on the API key.

get/v1/tasks/{task_id}/messages

Path parameters

task_idstring uuid required

ID of the task.

Response

Successful Response

idstring uuid required

Unique identifier.

channel'EMAIL' | 'LINKEDIN' | 'CALENDAR' | 'MANUAL' required
direction'INBOUND' | 'OUTBOUND' required
subjectstring nullable required

Email subject line, if any.

bodystring required

Message body. Inbound messages have quoted reply history stripped.

sent_atstring date-time required

When the message was sent or received.

sender_idstring uuid nullable required

User who sent an outbound message. Null for inbound messages from the contact.