latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

messages

Get messages on an issue

Returns messages for the specified issue, including replies and internal notes, ordered from oldest to newest.

To post a reply, use the message's top-level id—not thread_id or email_info.message_id. To post an internal note, use an internal thread's thread_id or an internal note's top-level id. Omit both limit and cursor to return all messages; when cursor is provided without limit, the page size defaults to 100.

Rate limit: 20 requests per minute

get/issues/{id}/messages

Path parameters

idstring required

The ID of the issue to fetch messages for.

Query parameters

cursorstring

The cursor to use for pagination.

limitinteger

The number of messages to fetch. Must be greater than 0 and at most 1000. If omitted, all messages are returned for backward compatibility.

Response

request_idstring

The request ID for tracking.