Fetch
fetchFull Description
Fetch content for a SharePoint or OneDrive file.
Prefer passing the exact url returned by this connector's search/list actions. The connector also accepts a browser/sharing URL and will resolve it to the underlying Graph drive item automatically. By default it extracts readable text; set download_raw_file=true only when the downstream workflow truly needs raw bytes.
Parameters (1 required, 1 optional)
urlstringSharePoint file identifier to fetch. Prefer the exact `url` returned by `search` or `list_recent_documents`. This action also accepts a Microsoft Graph item URL or a regular SharePoint browser/sharing URL.
download_raw_filebooleanWhen `true`, also return the base64-encoded raw file bytes for downstream file handling. Leave `false` for normal text extraction and summarization workflows.
False