Search conversation threads

Searches conversation threads by keyword across subjects, message content, participant names, and optionally document names.

Required Parameters:

  • searchText: Keyword to search for
  • objectType: Object type (e.g., "Agreement")
  • objectId: Specific object ID to search threads for

Search Scope:

  • Thread subject/name (exact and partial matches)
  • Message content across all messages in threads
  • Participant names (both internal Users and external Contacts)
  • Document names (when searchInAttachments is true)

Example Request (Search across Agreement and amendments):

{
  "searchText": "contract review",
  "objectType": "Agreement",
  "objectId": "CON-12345",
  "searchInAttachments": true,
  "sortBy": "ModifiedDate",
  "sortDirection": "Descending",
  "limit": 10,
  "skip": 0
}
Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here!