{ "opencollection": "1.0.0", "info": { "name": "Cube Agents ChatSessions API", "version": "1.0.0 (1.0)" }, "items": [ { "info": { "name": "ChatSessions", "type": "folder" }, "items": [ { "info": { "name": "List Chat Sessions", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/agents/chat/sessions", "params": [ { "name": "data_table_id", "value": "", "type": "query", "description": "When listing sessions with session_type=DATA_TABLE_MANAGEMENT, filter to sessions scoped to this source data table UUID." }, { "name": "limit", "value": "", "type": "query", "description": "Number of items per page (default: 50)" }, { "name": "page", "value": "", "type": "query", "description": "Page number (default: 1)" }, { "name": "session_type", "value": "", "type": "query", "description": "Filter by session type (default: CHAT). One of: CHAT, PLANNER, DATA_TABLE_MANAGEMENT, WIDGET_BUILDER" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List chat sessions for the current user" }, { "info": { "name": "Create Chat Session", "type": "http" }, "http": { "method": "POST", "url": "https://api.cubesoftware.com/agents/chat/sessions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a new chat session" }, { "info": { "name": "Retrieve Chat Session", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/agents/chat/sessions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a specific chat session by ID" } ] } ], "bundled": true }