Egnyte

Integrate Egnyte with your AI workspace

Egnyte is a cloud-based content collaboration platform that enables secure file sharing, storage, and governance for businesses.

Explore Triggers and Actions

Advanced Search with Metadata Filters

Tool to perform advanced search with custom metadata filtering in Egnyte using v2 API. Use when you need to search files and folders with metadata filters or namespace constraints. Results scoped to user permissions.

ActionTry it

Create Bookmark

Tool to create a bookmark on a folder using either path or folder_id. Use when you need to add a folder to user bookmarks for quick access.

ActionTry it

Create Comment

Tool to create a new comment/note on a file in Egnyte. Use when you need to add comments, notes, or feedback to a specific file.

ActionTry it

Create File Audit Report

Tool to generate a file activity audit report for specified date range and filters. Use when you need to track file operations like downloads, uploads, moves, deletes within a date range. Returns a job ID for async retrieval - poll the job status to check when report is ready.

ActionTry it

Create Group

Tool to create a new group with display name and members. Use when you need to add a new group to the Egnyte domain. SCIM-compliant.

ActionTry it

Create Login Audit Report

Tool to generate a login audit report for specified date range and filters. Use when you need to create an audit report for login activity and retrieve a report ID for async retrieval.

ActionTry it

Create Permissions Audit Report

Tool to generate a permissions audit report for specified date range and filters. Use when you need to create an audit report for permissions changes and retrieve a report ID for async retrieval.

ActionTry it

Create Shared Link

Tool to create a shared link for a file or folder with accessibility and expiration settings. Use when you need to share content with specific users, set password protection, configure expiration dates, or enable upload capabilities for recipients.

ActionTry it

Create User

Tool to create a new user in the Egnyte domain. Use when you need to add a new user account with specified authentication type and user type. SCIM-compliant endpoint.

ActionTry it

Create user audit report

Tool to create a user audit report in Egnyte. Use when you need to generate an audit report of user-related actions within a specific date range. The report is generated asynchronously - use the returned job ID to poll for completion.

ActionTry it

Delete Audit Report

Tool to delete an audit report from Egnyte. Use when you need to remove a specific audit report by its type and ID.

ActionTry it

Delete Bookmark

Tool to delete a bookmark from the user's bookmarks. Use when you need to remove a specific bookmark by its ID.

ActionTry it

Delete File By ID

Delete a file using persistent file ID. Can specify entry_id to delete specific version. Use when you need to delete a file by its persistent identifier (Group ID) rather than path.

ActionTry it

Delete file or folder

Tool to delete a file or folder at the specified path. Items are moved to trash, not permanently deleted. Use when you need to remove a file or folder from the Egnyte file system.

ActionTry it

Delete Group

Tool to delete a group from the Egnyte domain. Use when you need to permanently remove a group. SCIM-compliant.

ActionTry it

Delete Metadata Key

Tool to delete a metadata key from a namespace. Use force_delete=true to remove keys that are currently in use.

ActionTry it

Delete Metadata Namespace

Tool to delete a metadata namespace. Use force_delete=true to remove namespaces that are currently in use. Returns 403 error if the namespace is in use and force_delete is false.

ActionTry it

Delete Note

Tool to delete a note/comment in Egnyte by its UUID. Use when you need to remove a comment from a file or folder.

ActionTry it

Delete Shared Link

Tool to delete a shared link by its ID. Use when you need to permanently remove a link. Once deleted, the link cannot be reactivated.

ActionTry it

Delete User

Tool to delete a user from the Egnyte domain using the SCIM-compliant endpoint. Use when you need to permanently remove a user from the system. This action is destructive and cannot be undone.

ActionTry it

Download File

Tool to download file content from a specified path in Egnyte. Use when you need to retrieve the contents of a file stored in the Egnyte file system. Supports downloading specific versions via entry_id and partial content via Range header.

ActionTry it

Download File By ID

Tool to download file content using persistent file ID from Egnyte. Use when you need to retrieve file content by its unique group_id. Optionally specify entry_id to download a specific version of the file.

ActionTry it

Get audit job status

Tool to check the status of an audit report generation job. Use when you need to poll the status of a previously created audit report to determine if it's ready for download.

ActionTry it

Get Audit Report

Tool to retrieve an audit report by type and ID. Audit reports are generated asynchronously - first create a report using POST /pubapi/v1/audit/{type}, then use this action to retrieve the completed report data. Returns audit events in JSON format.

ActionTry it

Get Audit Stream

Tool to stream audit events starting from a specific date. Returns up to 5,000 events for at most 30-minute spans. Use when you need to retrieve audit logs for the last 7 days. For pagination, use the nextCursor value from the response in subsequent requests.

ActionTry it

Get Bookmark

Tool to retrieve details for a specific bookmark by its ID. Use when you need to get the path, folder_id, or creation date of a bookmarked folder.

ActionTry it

Get Events Cursor

Tool to get the latest event cursor position for starting event polling. Use this to obtain the current cursor before beginning to poll for events.

ActionTry it

Get Events V2

Tool to poll for events (v2) including permission_change event type in addition to file_system and note types. Use when you need to retrieve events after a specific cursor ID. Returns a 204 status if no events exist after the provided cursor.

ActionTry it

Get File Metadata by ID

Tool to retrieve file metadata using persistent file ID (group_id) instead of path. Use when you need to access file details regardless of the file's current location or name changes.

ActionTry it

Get File Metadata Values

Tool to retrieve custom metadata values for a file or file version within a specific namespace. Use when you need to fetch custom properties associated with a file.

ActionTry it

Get file or folder metadata

Tool to get file or folder metadata from Egnyte. Use when you need to retrieve properties like name, path, size, last modified date, type, and other metadata. For folders, optionally list contents with pagination and sorting.

ActionTry it

Get Folder By ID

Tool to get folder metadata using a persistent folder ID instead of a path. Use when you have a folder_id and need to retrieve current folder details including name, path, contents, and permissions.

ActionTry it

Get Folder Permissions

Tool to get effective permissions for a folder including users and groups with their permission levels. Use when you need to check who has access to a specific folder and their permission levels (Owner, Full, Editor, Viewer, None).

ActionTry it

Get Folder Statistics

Tool to get statistics for a folder by ID including file counts, folder counts, and size information. Use when you need to retrieve storage and content metrics for a specific folder.

ActionTry it

Get Group Details

Tool to retrieve details for a specific group including members and attributes. Use when you need to fetch group information by group ID. SCIM-compliant.

ActionTry it

Get Link Details

Tool to get detailed information about a shared link by its ID. Use when you need to retrieve details like path, type, accessibility settings, expiration date, and recipients for a specific shared link.

ActionTry it

Get Link Settings

Tool to retrieve domain link settings including default expiration and allowed link types. Use when you need to check the organization's policies for link creation and expiration.

ActionTry it

Get User by ID

Tool to retrieve details for a single user by ID. Use when you need to fetch specific user information using their user ID. SCIM-compliant endpoint.

ActionTry it

Get User Info

Tool to get information about the currently authenticated user. Use when you need to retrieve details about the user associated with the OAuth token.

ActionTry it

List Bookmarks

Tool to list all bookmarked folders for the authenticated user with pagination support. Use when you need to retrieve user bookmarks or check which folders are bookmarked.

ActionTry it

List Comments

Tool to list all comments/notes on a file in Egnyte. Use when you need to retrieve comments or discussion threads associated with a specific file.

ActionTry it

List Groups

Tool to list all custom groups in the Egnyte domain. Use when retrieving groups for user management or access control. Does not return default Egnyte groups, only custom-created groups.

ActionTry it

List Insights Files

Tool to list recently accessed files for the authenticated user. Returns up to 10 files with metadata including size, last_modified, and last_accessed timestamps.

ActionTry it

List Links V2

Tool to list all shared links using the v2 API with extended response fields. Use when you need detailed link information including accessibility, protection, recipients, creation date, expiry settings, and last accessed timestamp. Note: Non-admin users will only see links they created.

ActionTry it

List Metadata Namespaces

Tool to list all custom metadata keys in a namespace. Use when you need to inspect metadata key definitions for a specific namespace in Egnyte.

ActionTry it

List Users

Tool to retrieve all users or a filtered subset from the Egnyte domain. Use when you need to list users with optional pagination and filtering via SCIM-compliant parameters.

ActionTry it

List Workflow Tasks

Tool to list all workflow tasks. Returns an array of tasks with total count. Use when you need to retrieve all workflow tasks in the Egnyte system.

ActionTry it

List workflows

Tool to list all workflows in Egnyte. Use when you need to retrieve the list of workflows configured in the Egnyte account.

ActionTry it

Lock File

Tool to lock a file to prevent edits by other users. Use when you need to acquire an exclusive lock on a file to prevent concurrent modifications.

ActionTry it

Replace Group (PUT)

Tool to fully replace a group's attributes including display name and members. Use when you need to completely overwrite all group properties. This uses PUT method and replaces all attributes.

ActionTry it

Set File Metadata Values

Tool to set custom metadata values for a file or file version within a specific namespace. Use when you need to add or update custom properties on a file. Keys must already exist in the namespace.

ActionTry it

Set Folder Metadata Values

Tool to set custom metadata values for a folder within a namespace. Use when you need to assign or update custom properties on a folder in Egnyte.

ActionTry it

Set Folder Permissions

Tool to set folder permissions for users or groups. Permission levels: Owner, Full, Editor, Viewer, None. Use when you need to grant or revoke access to a folder for specific users or groups.

ActionTry it

Stream Audit Events

Tool to stream audit events with filtering by audit types (FILE_AUDIT, LOGIN_AUDIT, PERMISSION_AUDIT). Use when you need to retrieve audit events for a specific date range or continue streaming from a previous cursor. Returns up to 5,000 events per request.

ActionTry it

Update Folder Options

Tool to update folder options including description and other settings. Use when you need to modify folder metadata such as adding or updating the folder description.

ActionTry it

Update Group

Tool to update specific attributes of a group including display name and members. Use when you need to modify group properties or membership. SCIM-compliant endpoint for incremental updates.

ActionTry it

Update Metadata Key

Tool to update key definitions including display name, help text, data values for enums, and priority. Use when you need to modify metadata key properties within a namespace.

ActionTry it

Update Metadata Namespace

Tool to update key definitions of a metadata namespace. Use when you need to change the display name or adjust field priorities. At least one of displayName or priorities must be provided.

ActionTry it

Update User

Tool to update specific attributes of a user in the Egnyte domain using the SCIM-compliant endpoint. Use when you need to modify user information such as name, email, active status, or other user properties. Only the attributes provided in the request will be updated.

ActionTry it

Upload File

Tool to upload or update a file at the specified path in Egnyte. Use when you need to create a new file or replace an existing file. For files larger than 100MB, consider using chunked upload instead.

ActionTry it