Microsoft Teams - Search messages batch action

The Search messages batch action uses Microsoft Graph Search API to search across Microsoft Teams messages (channels and chats). This action requires authorization code grant authentication. It doesn't support client credentials authentication.

Input

Input fieldDescription
Search queryEnter the search query string. For example, project update. Supports Microsoft Search KQL syntax.

Output

Output fieldDescription
Hit IDThe unique identifier for a specific message that matched your search criteria.
RankThe relevance score of your search result, indicating how well a message matches your query.
SummaryThe summary of the message body.
Message IDThe message unique identifier.
Created dateThe date the message was created.
Last modified dateThe date the message was last modified.
SubjectThe message subject.
ImportanceThe priority level assigned to a message by the sender at the time of creation. Types include normal (default) and high.
Web linkA clickable URL that takes you directly to that message within Microsoft Teams.
FromThe details of the message sender. Details include Email address and Name.

Last updated: