All messages sent and received through ChipBot are organized through threads. When you receive a message, it will also return with a property called parentId (this is the thread identifier). Use that identifier to fetch details about a specific thread.
Authorization type: Domain
curl "https://getchipbot.com/api/v2/connect/accounts/{accountId}/domains/{domainId}/kb-tree/{parentId}" \
-H 'Authorization: {token}'