{ "opencollection": "1.0.0", "info": { "name": "Keen Cached Queries Collections API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Collections", "type": "folder" }, "items": [ { "info": { "name": "Keen Inspect collection schema", "type": "http" }, "http": { "method": "GET", "url": "https://api.keen.io/3.0/projects/:projectId/events/:eventCollection", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Keen project identifier." }, { "name": "eventCollection", "value": "", "type": "path", "description": "Name of the event collection." } ] }, "docs": "Returns the inferred schema of an event collection, including the names and inferred types of properties seen in events that have been recorded. Requires a Master Key." }, { "info": { "name": "Keen List event collections", "type": "http" }, "http": { "method": "GET", "url": "https://api.keen.io/3.0/projects/:projectId/events", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Keen project identifier." } ] }, "docs": "Returns a list of event collections defined in the project along with metadata about each collection. Requires a Master Key." }, { "info": { "name": "Keen Inspect property", "type": "http" }, "http": { "method": "GET", "url": "https://api.keen.io/3.0/projects/:projectId/events/:eventCollection/properties/:propertyName", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Keen project identifier." }, { "name": "eventCollection", "value": "", "type": "path", "description": "Name of the event collection." }, { "name": "propertyName", "value": "", "type": "path", "description": "Name of the event property to inspect." } ] }, "docs": "Returns metadata about a single property in an event collection, such as the inferred data type. Requires a Master Key." } ] } ], "bundled": true }