Search messages within a conversation
Conversations
Search messages within a conversation
Returns { messageId, createdAt } for each body field regex match in the conversation, plus a total count and truncation flag. Backs the in-conversation find bar — does not return message bodies. Email messages whose content lives only in emailMetadata.bodyHtml will not match.
GET
Search messages within a conversation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Search query (regex-escaped server-side)
Required string length:
1 - 500Required range:
1 <= x <= 5000Inclusive lower bound (UTC), YYYY-MM-DD
Pattern:
^\d{4}-\d{2}-\d{2}$Inclusive upper bound (UTC), YYYY-MM-DD
Pattern:
^\d{4}-\d{2}-\d{2}$