Keen.io
keen_ioKeen.io is an embedded analytics API that enables developers to collect, analyze, and visualize event data seamlessly.
Acciones disponibles (6)
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.
Inspect All Event CollectionsKEEN_IO_INSPECT_ALL_EVENT_COLLECTIONSAcciónTool to retrieve schema info for all event collections. Use when you need to list collection names and optional property schema for a given project. Use include_schema to toggle schema details.
KEEN_IO_INSPECT_ALL_EVENT_COLLECTIONSAcciónTool to retrieve schema info for all event collections. Use when you need to list collection names and optional property schema for a given project. Use include_schema to toggle schema details.
Parámetros de entrada
api_keystringAlternative to Authorization header; your Keen Read Key. If provided, it is sent as 'api_key' query parameter.
project_idstringObligatorioKeen project identifier (path parameter)
include_schemabooleanIf true, include inferred property schema in response
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Inspect Collection PropertyKEEN_IO_INSPECT_COLLECTION_PROPERTYAcciónTool to return details for a specific property in an event collection. Use when you need to inspect a property's inferred type and resource URL.
KEEN_IO_INSPECT_COLLECTION_PROPERTYAcciónTool to return details for a specific property in an event collection. Use when you need to inspect a property's inferred type and resource URL.
Parámetros de entrada
api_keystringOptional Read Key for authentication. If provided, it will be sent as an 'api_key' query parameter; otherwise the Authorization header is used.
project_idstringObligatorioKeen project identifier.
property_namestringObligatorioName of the property to retrieve details for.
event_collectionstringObligatorioName of the event collection to inspect.
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
Inspect Single Event CollectionKEEN_IO_INSPECT_SINGLE_EVENT_COLLECTIONAcciónTool to retrieve schema info for a single event collection. Use when you need the inferred property types for a specific collection in a project.
KEEN_IO_INSPECT_SINGLE_EVENT_COLLECTIONAcciónTool to retrieve schema info for a single event collection. Use when you need the inferred property types for a specific collection in a project.
Parámetros de entrada
api_keystringAlternative to Authorization header; your Keen Read Key. If provided, it is sent as 'api_key' query parameter.
project_idstringObligatorioKeen project identifier (path parameter)
event_collectionstringObligatorioName of the event collection to inspect (path parameter)
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 Cached Dataset DefinitionsKEEN_IO_LIST_CACHED_DATASETSAcciónTool to list cached dataset definitions for a project. Use when you need to page through dataset definitions.
KEEN_IO_LIST_CACHED_DATASETSAcciónTool to list cached dataset definitions for a project. Use when you need to page through dataset definitions.
Parámetros de entrada
limitintegerNumber of definitions to return per page (1-100). Defaults to 10.
api_keystringOptional read key if not using Authorization header.
after_namestringPagination cursor; use the last dataset_name from previous page.
project_idstringObligatorioKeen IO project identifier (path parameter).
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
Select UniqueKEEN_IO_SELECT_UNIQUEAcciónTool to return unique values for a target property. Use when distinct property values are required for matching events with optional filters and timeframe constraints.
KEEN_IO_SELECT_UNIQUEAcciónTool to return unique values for a target property. Use when distinct property values are required for matching events with optional filters and timeframe constraints.
Parámetros de entrada
api_keystringRead Key if not using the Authorization header
filtersobject[]Array of filter objects to refine the events included
group_bystringProperty or list of properties to group results by
intervalstringTime interval for bucketing (minutely, hourly, daily, weekly, monthly, yearly) or custom (e.g., 'every_2_hours')
timezoneintegerTimezone offset in seconds or IANA timezone name for relative timeframes
timeframestringObligatorioRelative timeframe string (e.g., 'this_7_days') or absolute timeframe object with ISO-8601 start/end dates
project_idstringObligatorioKeen project identifier
target_propertystringObligatorioProperty whose unique values to return
event_collectionstringObligatorioName of the event collection to analyze
include_metadatabooleanIf true, include execution metadata in the response
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
Unrevoke Access KeyKEEN_IO_UNREVOKE_ACCESS_KEYAcciónTool to unrevoke (reactivate) a specific access key. Use when needing to restore a previously revoked API key.
KEEN_IO_UNREVOKE_ACCESS_KEYAcciónTool to unrevoke (reactivate) a specific access key. Use when needing to restore a previously revoked API key.
Parámetros de entrada
keystringObligatorioThe Access Key string to reactivate
api_keystringAlternative authentication via API key. Specify if Authorization header with Master Key is not used
project_idstringObligatorioKeen Project ID where the access key resides
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