- Report user activity on indexed documents such as views, edits and comments.
- Report an interaction with a Glean result such as a click, view or manual rating.
- List the agents available in the Glean instance, optionally filtered by name.
- Retrieve the details of a single agent by ID.
- Retrieve the input and output JSON schemas of an agent.
- Run an agent and wait for the complete response.
- Create an announcement shown to a targeted set of users for a fixed period.
- Update an existing announcement.
- Delete an announcement.
- Read a single curated Answer.
- Create a curated Answer holding a question and its answer.
- Update an existing curated Answer.
- Delete a curated Answer.
- List the datasource instances still awaiting per-user OAuth authorization.
- Create a Web SDK authentication token for the current user.
- Hold a conversation with Glean AI and wait for the complete answer.
- Retrieve a saved Chat and its full conversation history.
- List the saved Chats belonging to the calling user.
- Retrieve the details of a custom Chat application.
- Retrieve metadata for files a user uploaded for Chat.
- Delete the given saved Chats and everything they contain.
- Delete every saved Chat owned by the calling user.
- Delete files a user uploaded for Chat.
- List every Collection visible to the caller.
- Retrieve a single Collection by ID.
- Create an empty Collection.
- Update the properties of an existing Collection.
- Delete one or more Collections by ID.
- Add items to a Collection.
- Update a single item inside a Collection.
- Remove a single item from a Collection.
- Read the publicly exposed configuration values of a datasource instance.
- Update the publicly exposed configuration values of a datasource instance.
- Read the credential health of a datasource instance.
- Replace the credentials a datasource instance uses to reach its upstream system.
- Read the emails of everyone with access to a document.
- Read documents and their metadata for a list of document IDs or URLs.
- Read documents and their metadata matching a set of facet conditions.
- List people, teams or custom entities matching the given filters and sort order.
- Read people details for the given person IDs or email addresses.
- List the data loss prevention policies configured on the instance.
- Retrieve a single data loss prevention policy.
- Create a data loss prevention policy and start scanning against it.
- Update an existing data loss prevention policy.
- Create a one-time data loss prevention report and run it immediately.
- Check whether a data loss prevention report has finished running.
- Check whether documents are hidden from Glean results.
- Hide or unhide documents in Glean.
- List the data loss prevention findings export jobs.
- Start an export of data loss prevention findings.
- Delete a data loss prevention findings export.
- Retrieve the aggregate usage insights shown in the Glean Insights dashboards.
- Retrieve messages from an indexed messaging datasource such as Slack or Microsoft Teams.
- List every pinned result in the instance.
- Retrieve a single pin by ID.
- Pin a document as a result for a set of search queries.
- Update the queries or audience of an existing pin.
- Unpin a previously pinned result.
- Retrieve results from the Glean index for a query and its filters.
- Retrieve query suggestions, operators and documents for a partially typed query.
- Retrieve the personalized Glean feed for the calling user.
- Retrieve documents recommended for a given URL or Glean document ID.
- List the shortcuts the authenticated user owns or can edit.
- Retrieve a single shortcut by ID or by alias.
- Create a go link pointing an alias at a destination URL.
- Update an existing go link.
- Delete a go link.
- List the skills available to the authenticated user.
- Retrieve the metadata of a single skill by ID.
- List the versions of a skill.
- Retrieve the metadata of one version of a skill.
- Inspect a GitHub URL for skills without persisting anything.
- Import one or more skills from resolved GitHub source URLs.
- Update the mutable metadata of a skill.
- Refresh a GitHub-imported skill from its stored source URL.
- Delete a skill and all of its versions.
- Generate an AI summary of one or more indexed documents.
- List the tools available to the caller, optionally filtered by tool name.
- Execute a tool with the supplied parameters.
- Check whether the caller is authenticated against the tool behind an action pack.
- Start the third-party OAuth flow for an action pack.
- Check the caller's authentication status for a tool server.
- Start the third-party OAuth flow for a tool server.
- Retrieve tool definitions by name from a tool server.
- List the verification state of the documents the calling user owns.
- Set the verification state of a document.
- Create a verification reminder for a document.
No matching actions