Retrieve conversation threads
RetrieveConversationThreadsFetch HubSpot conversation threads with optional filters for inbox, status, contact, ticket, and time, plus sorting and pagination.
Instructions
Retrieve conversation threads from HubSpot Conversations. You can apply optional filters (inbox, OPEN/CLOSED status, associated contact or ticket, time window) and sorting to tailor the results. Paginated: pass after from the previous response's paging.next.after.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Fields to sort by, e.g. latestMessageTimestamp | |
| after | No | Pagination cursor from paging.next.after | |
| limit | No | Max results per page | |
| inbox_id | No | Only threads in these inbox IDs | |
| is_archived | No | Set true to list archived threads instead | |
| thread_status | No | Filter by thread status | |
| associated_ticket_id | No | Only threads associated with this ticket ID | |
| associated_contact_id | No | Only threads associated with this CRM contact ID | |
| include_ticket_association | No | Include associated ticket IDs on each thread | |
| latest_message_timestamp_after | No | Only threads with messages after this ISO 8601 timestamp, e.g. 2026-08-01T00:00:00Z | |
| latest_message_timestamp_before | No | Only threads with messages before this ISO 8601 timestamp |