curl --request GET \
--url https://api.hubapi.com/conversations/conversations/2026-09-beta/threads \
--header 'Authorization: Bearer <token>'{
"results": [
{
"archived": true,
"associatedContactId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"inboxId": "<string>",
"originalChannelAccountId": "<string>",
"originalChannelId": "<string>",
"spam": true,
"status": "CLOSED",
"assignedTo": "<string>",
"closedAt": "2023-11-07T05:31:56Z",
"latestMessageReceivedTimestamp": "2023-11-07T05:31:56Z",
"latestMessageSentTimestamp": "2023-11-07T05:31:56Z",
"latestMessageTimestamp": "2023-11-07T05:31:56Z",
"threadAssociations": {
"associatedTicketId": "<string>"
}
}
],
"paging": {
"next": {
"after": "<string>",
"link": "<string>"
}
}
}HubSpotアカウントの指定された受信トレイからコミュニケーションスレッドのリストを取得します。このエンドポイントでは、関連するコンタクト、チケット、ステータスなどでスレッドを絞り込むことができます。コミュニケーションスレッドを効率的に管理および確認するのに役立ちます。
curl --request GET \
--url https://api.hubapi.com/conversations/conversations/2026-09-beta/threads \
--header 'Authorization: Bearer <token>'{
"results": [
{
"archived": true,
"associatedContactId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"inboxId": "<string>",
"originalChannelAccountId": "<string>",
"originalChannelId": "<string>",
"spam": true,
"status": "CLOSED",
"assignedTo": "<string>",
"closedAt": "2023-11-07T05:31:56Z",
"latestMessageReceivedTimestamp": "2023-11-07T05:31:56Z",
"latestMessageSentTimestamp": "2023-11-07T05:31:56Z",
"latestMessageTimestamp": "2023-11-07T05:31:56Z",
"threadAssociations": {
"associatedTicketId": "<string>"
}
}
],
"paging": {
"next": {
"after": "<string>",
"link": "<string>"
}
}
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
最後に正常に読み取られたリソースのページ操作カーソルトークンは、より多くの結果を含むページ付きレスポンスのpaging.next.after JSONプロパティーとして返されます。
アーカイブ済みの結果のみを返すかどうか。
スレッドをフィルタリングするための、関連付けられたコンタクトの一意の識別子。
スレッドをフィルタリングするための、関連付けられたチケットの一意の識別子。
レスポンスに含める関連付けのリスト。有効な値は「TICKET」です。
TICKET スレッドをフィルターする受信トレイIDのリスト。
指定された日時以降の最新メッセージタイムスタンプを持つスレッドのみにフィルターします。
ページごとに表示する結果の最大数。
レスポンスに含める特定のプロパティー。
結果を並べ替えるフィールドのリスト。
スレッドのステータスで絞り込みます。有効な値は「OPEN」または「CLOSED」です。
CLOSED, OPEN