{ "opencollection": "1.0.0", "info": { "name": "AI Service Actions queries API", "version": "1.0.0" }, "items": [ { "info": { "name": "queries", "type": "folder" }, "items": [ { "info": { "name": "Get query history", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/branches/:branchId/workspaces/:workspaceId/queries", "params": [ { "name": "branchId", "value": "", "type": "path", "description": "Branch ID" }, { "name": "workspaceId", "value": "", "type": "path", "description": "Workspace ID" }, { "name": "afterId", "value": "", "type": "query", "description": "Get results after this statement ID for pagination" }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of results per page (default: 500)" } ] }, "docs": "Retrieve the history of query statements for the specified branch and workspace" } ] } ], "bundled": true }