{ "opencollection": "1.0.0", "info": { "name": "kapa.ai Query Analytics API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "Activity data", "type": "http" }, "http": { "method": "GET", "url": "https://api.kapa.ai/query/v1/projects/:project_id/activity", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The kapa.ai project (instance) identifier." } ] }, "docs": "Retrieve activity/usage analytics for a project." }, { "info": { "name": "List question answers", "type": "http" }, "http": { "method": "GET", "url": "https://api.kapa.ai/query/v1/projects/:project_id/question-answers", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The kapa.ai project (instance) identifier." }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_number", "value": "", "type": "query" } ] }, "docs": "List question/answer records for a project." }, { "info": { "name": "List end users", "type": "http" }, "http": { "method": "GET", "url": "https://api.kapa.ai/query/v1/projects/:project_id/end-users", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The kapa.ai project (instance) identifier." } ] }, "docs": "List end users that have interacted with the project." }, { "info": { "name": "List coverage gaps periods", "type": "http" }, "http": { "method": "GET", "url": "https://api.kapa.ai/query/v1/projects/:project_id/coverage-gaps/periods", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The kapa.ai project (instance) identifier." } ] }, "docs": "List coverage-gap analysis periods for a project." }, { "info": { "name": "Retrieve coverage gaps period", "type": "http" }, "http": { "method": "GET", "url": "https://api.kapa.ai/query/v1/coverage-gaps/periods/:period_id", "params": [ { "name": "period_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a single coverage-gap period by id." }, { "info": { "name": "List top questions periods", "type": "http" }, "http": { "method": "GET", "url": "https://api.kapa.ai/query/v1/projects/:project_id/top-questions/periods", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The kapa.ai project (instance) identifier." } ] }, "docs": "List top-question analysis periods for a project." }, { "info": { "name": "Retrieve top questions period", "type": "http" }, "http": { "method": "GET", "url": "https://api.kapa.ai/query/v1/top-questions/periods/:period_id", "params": [ { "name": "period_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a single top-question period by id." } ] } ], "bundled": true }