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

Sending mailbox that sent an outbound message. Null for inbound messages from the contact.

Changes

Changed in 1 of the 12 revisions of this API.1

    • added the optional property items/sender to the response with the 200 status

      response-optional-property-added