{ "opencollection": "1.0.0", "info": { "name": "StackAI analytics API", "version": "0.1.0" }, "items": [ { "info": { "name": "analytics", "type": "folder" }, "items": [ { "info": { "name": "List Flow Runs", "type": "http" }, "http": { "method": "GET", "url": "https://api.stack-ai.com/analytics/org/:org_id/flows/:flow_id", "params": [ { "name": "flow_id", "value": "", "type": "path" }, { "name": "org_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" }, { "name": "user_id", "value": "", "type": "query" }, { "name": "state", "value": "", "type": "query", "description": "Comma-separated list of statuses to filter by. Accepted values: PENDING, PAUSED, RESUMED, COMPLETED, FAILED, CANCELLED" } ] }, "docs": "List flow run logs matching the given filters." }, { "info": { "name": "List Project Run Summary", "type": "http" }, "http": { "method": "GET", "url": "https://api.stack-ai.com/organizations/analytics/projects-run-summary", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" } ] }, "docs": "Org-level analytics for all projects. List with the project run logs matching the given filters." } ] } ], "bundled": true }