{ "opencollection": "1.0.0", "info": { "name": "Vapi Analytics Insight API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Insight", "type": "folder" }, "items": [ { "info": { "name": "Get Insights", "type": "http" }, "http": { "method": "GET", "url": "https://api.vapi.ai/reporting/insight", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "This is the page number to return. Defaults to 1." }, { "name": "sortOrder", "value": "", "type": "query", "description": "This is the sort order for pagination. Defaults to 'DESC'." }, { "name": "sortBy", "value": "", "type": "query", "description": "This is the column to sort by. Defaults to 'createdAt'." }, { "name": "limit", "value": "", "type": "query", "description": "This is the maximum number of items to return. Defaults to 100." }, { "name": "createdAtGt", "value": "", "type": "query", "description": "This will return items where the createdAt is greater than the specified value." }, { "name": "createdAtLt", "value": "", "type": "query", "description": "This will return items where the createdAt is less than the specified value." }, { "name": "createdAtGe", "value": "", "type": "query", "description": "This will return items where the createdAt is greater than or equal to the specified value." }, { "name": "createdAtLe", "value": "", "type": "query", "description": "This will return items where the createdAt is less than or equal to the specified value." }, { "name": "updatedAtGt", "value": "", "type": "query", "description": "This will return items where the updatedAt is greater than the specified value." }, { "name": "updatedAtLt", "value": "", "type": "query", "description": "This will return items where the updatedAt is less than the specified value." }, { "name": "updatedAtGe", "value": "", "type": "query", "description": "This will return items where the updatedAt is greater than or equal to the specified value." }, { "name": "updatedAtLe", "value": "", "type": "query", "description": "This will return items where the updatedAt is less than or equal to the specified value." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Insights" }, { "info": { "name": "Create Insight", "type": "http" }, "http": { "method": "POST", "url": "https://api.vapi.ai/reporting/insight", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Insight" }, { "info": { "name": "Get Insight", "type": "http" }, "http": { "method": "GET", "url": "https://api.vapi.ai/reporting/insight/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the resource." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Insight" }, { "info": { "name": "Update Insight", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.vapi.ai/reporting/insight/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the resource." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Insight" }, { "info": { "name": "Delete Insight", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vapi.ai/reporting/insight/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the resource." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Insight" }, { "info": { "name": "Run Insight", "type": "http" }, "http": { "method": "POST", "url": "https://api.vapi.ai/reporting/insight/:id/run", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the resource." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Run Insight" }, { "info": { "name": "Preview Insight", "type": "http" }, "http": { "method": "POST", "url": "https://api.vapi.ai/reporting/insight/preview", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Preview Insight" } ] } ], "bundled": true }