← Tools Reference

Keen IO

Keen IO integration (Data, Developer Tools). Imported from open-connector.

API key3 toolshttps://api.keen.io/3.0
POST
keen_io_add_event
Publish one JSON event to a Keen event collection.

/projects/{projectId}/events/{eventCollection}

3 parameters
ParamTypeRequiredDescription
eventCollectionstringrequiredThe Keen event collection that receives the event.
eventobjectrequiredThe JSON event object published to Keen.
projectIdstringrequiredPath parameter: projectId
POST
keen_io_query_count
Count Keen events that match a required timeframe and optional filters.

/projects/{projectId}/queries/count

8 parameters
ParamTypeRequiredDescription
eventCollectionstringrequiredThe Keen event collection to analyze.
timeframestringrequiredThe required analysis timeframe accepted by Keen.
filtersarrayoptionalThe optional event-property filters applied by Keen.
groupBystringoptionalOne or more event properties used to group Keen results.
intervalstringoptionalThe interval used to group Keen results over time.
timezonestringoptionalThe timezone assigned to relative Keen timeframes.
includeMetadatabooleanoptionalWhether Keen should include execution metadata in the response.
projectIdstringrequiredPath parameter: projectId
POST
keen_io_query_sum
Sum a numeric property across Keen events in a required timeframe.

/projects/{projectId}/queries/sum

9 parameters
ParamTypeRequiredDescription
eventCollectionstringrequiredThe Keen event collection to analyze.
timeframestringrequiredThe required analysis timeframe accepted by Keen.
filtersarrayoptionalThe optional event-property filters applied by Keen.
groupBystringoptionalOne or more event properties used to group Keen results.
intervalstringoptionalThe interval used to group Keen results over time.
timezonestringoptionalThe timezone assigned to relative Keen timeframes.
includeMetadatabooleanoptionalWhether Keen should include execution metadata in the response.
targetPropertystringrequiredThe numeric event property that Keen sums.
projectIdstringrequiredPath parameter: projectId