Currents API
currents_apiCurrents News API provides access to the latest news articles from various sources worldwide, supporting multiple languages and categories.
Acciones disponibles (5)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
List Latest NewsCURRENTS_API_ACTIVITIES_LISTAcciónTool to retrieve the latest news articles from Currents News API. Use when you need a real-time feed of recent articles.
CURRENTS_API_ACTIVITIES_LISTAcciónTool to retrieve the latest news articles from Currents News API. Use when you need a real-time feed of recent articles.
Parámetros de entrada
languagestringFilter news by language (e.g., 'en', 'es', 'fr'). Defaults to English if omitted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Activities WatchCURRENTS_API_ACTIVITIES_WATCHAcciónTool to start a notification channel to watch activities for a specified user and application. Use when needing to receive push notifications for user activity; call after OAuth credentials and webhook endpoint are set up.
CURRENTS_API_ACTIVITIES_WATCHAcciónTool to start a notification channel to watch activities for a specified user and application. Use when needing to receive push notifications for user activity; call after OAuth credentials and webhook endpoint are set up.
Parámetros de entrada
channelobjectObligatorioSubscription channel configuration
user_keystringObligatorioProfile ID or primary email, or 'all' to watch all users
application_namestringObligatorioenumApplication whose events to watch
admincalendarclassdrivedocsgpluslicenseloginmobiletokenmeetchrome+1
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Entity Usage ReportsCURRENTS_API_ENTITY_USAGE_REPORTS_GETAcciónTool to retrieve usage statistics for a specific Google Workspace entity. Use when you need to analyze entity usage on a particular date.
CURRENTS_API_ENTITY_USAGE_REPORTS_GETAcciónTool to retrieve usage statistics for a specific Google Workspace entity. Use when you need to analyze entity usage on a particular date.
Parámetros de entrada
datestringObligatorioDate of usage in ISO-8601 format (YYYY-MM-DD).
filtersstringComma-separated list of filters [app]:[param][operator][value], numeric parameters only; operators: ==, <>, <, <=, >, >=.
entityKeystringObligatorioObject key to filter by; use 'all' to include all entities.
pageTokenstringToken for fetching the next page of results.
customerIdstringCustomer ID to retrieve data for.
entityTypestringObligatorioType of entity for the report; only 'gplus_communities' is supported.
maxResultsintegerMaximum number of results to return per page.
parametersstringComma-separated list of application parameters to include, e.g. 'gplus:numCommunitiesCreated'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List UsersCURRENTS_API_USERS_LISTAcciónTool to list users in a Google Workspace domain. Note: - When the provided base_url points to Currents News API (api.currentsapi.services), this action will gracefully fall back to listing latest news articles to ensure a valid response, since the Currents News API does not expose a users endpoint. - When the base_url points to Google Admin Directory API, it will list users from the domain/customer specified.
CURRENTS_API_USERS_LISTAcciónTool to list users in a Google Workspace domain. Note: - When the provided base_url points to Currents News API (api.currentsapi.services), this action will gracefully fall back to listing latest news articles to ensure a valid response, since the Currents News API does not expose a users endpoint. - When the base_url points to Google Admin Directory API, it will list users from the domain/customer specified.
Parámetros de entrada
querystringQuery string for searching user fields.
domainstringDomain name to list users from. Provide either `customer` or `domain`.
orderBystringenumProperty to sort results by.
EMAILFAMILY_NAMEGIVEN_NAMEcustomerstringCustomer ID (e.g., 'my_customer'). Provide either `customer` or `domain`.
viewTypestringenumView type: 'admin_view' (admin only) or 'domain_public'.
admin_viewdomain_publicpageTokenstringToken for fetching the next page of results.
sortOrderstringenumSort direction.
ASCENDINGDESCENDINGmaxResultsintegerMaximum number of results to return.
projectionstringenumSubset of user fields to include in the response.
BASICCUSTOMFULLshowDeletedbooleanWhether to include deleted users. Defaults to false.
customFieldMaskstringComma-separated schema names; required only when `projection` is 'CUSTOM'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User Usage ReportCURRENTS_API_USER_USAGE_REPORT_GETAcciónTool to retrieve the usage report for a specified user on a given date. Use after confirming the userKey and date. Use when detailed usage metrics are needed for auditing or monitoring.
CURRENTS_API_USER_USAGE_REPORT_GETAcciónTool to retrieve the usage report for a specified user on a given date. Use after confirming the userKey and date. Use when detailed usage metrics are needed for auditing or monitoring.
Parámetros de entrada
datestringObligatorioDate of usage in ISO 8601 yyyy-mm-dd format (UTC-08:00, PST).
filtersstringComma-separated list of filters using relational operators (==, <>, <, <=, >, >=). Format: app:param operator value.
userKeystringObligatorioProfile ID or primary email of the user. Use "all" to retrieve reports for all users; must not be a deleted user.
orgUnitIDstringOrganizational unit ID to restrict results; excludes data before 2018-12-17 when filtering by org unit.
pageTokenstringToken for retrieving the next page of results.
customerIdstringCustomer unique ID to retrieve data for.
maxResultsintegerMaximum number of results per page.
parametersstringComma-separated list of app-scoped parameter names to include.
groupIdFilterstringComma-separated obfuscated group IDs; only users in at least one specified group are included. Format: id:abc123,id:xyz456
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not