Skip to content

Microsoft Search Node

Data/Microsoft/Search

Microsoft Search

Search across Microsoft 365 content using the Microsoft Graph Search API. Supports files, emails, calendar events, Teams messages, SharePoint sites, and more.

data_microsoft_graph_searchdataLong running
Inputs7
Outputs7
Security exposure10/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

7

Input

Execution
exec_in

Trigger

Provider

Struct
provider

Microsoft Graph provider

MicrosoftGraphProviderMicrosoftGraphProvider3 fields
provider_idstringrequired
access_tokenstringrequired
base_urlstringrequired
Schema enforced

Query

String
query

Search query (supports KQL syntax for advanced queries)

Entity Types

String
entity_types

Comma-separated entity types to search

Default driveItem
driveItemmessagechatMessageeventsitelist+5 more

Size

Integer
size

Maximum number of results per page (default: 25, max: 1000 for SharePoint/OneDrive, 25 for message/event)

Default 25

From

Integer
from

Starting offset for pagination (0-based)

Default 0

Fields

String
fields

Comma-separated list of fields to return (empty for default)

Output Pins

7

Success

Execution
exec_out

Error

Execution
error

Results

Struct Array
results

Search results (array of GraphSearchHit)

GraphSearchHitGraphSearchHit5 fields
hit_idstringrequired

The internal identifier for the item (format varies by entity type)

rankinteger | null

The rank or order of the result

format int32
summarystring | null

A summary of the result, if available

result_template_idstring | null

ID of the result template used to render the search result

resourceGraphSearchResourcerequired

The underlying resource data

@odata.typestring | null

The OData type of the resource (e.g., "#microsoft.graph.driveItem")

idstringrequired

Unique identifier for the resource

namestring | null

Display name (for files, sites, lists)

display_namestring | null

Display name alternative

subjectstring | null

Subject (for emails, events)

+19 more fields

Count

Integer
count

Number of results returned

Total

Integer
total

Total estimated results available

More Results

Boolean
more_results

Whether more results are available

Error

String
error_message

Node Info

Internal name
data_microsoft_graph_search
Category
Data/Microsoft/Search
Version
1