{ "opencollection": "1.0.0", "info": { "name": "Blind Insight REST accounts blindllm-queries API", "version": "10.22.0" }, "items": [ { "info": { "name": "blindllm-queries", "type": "folder" }, "items": [ { "info": { "name": "blindllm_queries_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/blindllm-queries/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "API for BlindLLM analyst queries.\n\nlist: Returns prior queries scoped to the user's organizations.\nretrieve: One query by id.\ncreate: Run an analyst query against the org's encrypted data via\n the configured Cloud Proxy. Falls back to deterministic mock\n tool handlers when the org has no `blindllm` proxy credentials." }, { "info": { "name": "blindllm_queries_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/blindllm-queries/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "API for BlindLLM analyst queries.\n\nlist: Returns prior queries scoped to the user's organizations.\nretrieve: One query by id.\ncreate: Run an analyst query against the org's encrypted data via\n the configured Cloud Proxy. Falls back to deterministic mock\n tool handlers when the org has no `blindllm` proxy credentials." }, { "info": { "name": "blindllm_queries_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/blindllm-queries/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique value identifying this Blind LLM query." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "API for BlindLLM analyst queries.\n\nlist: Returns prior queries scoped to the user's organizations.\nretrieve: One query by id.\ncreate: Run an analyst query against the org's encrypted data via\n the configured Cloud Proxy. Falls back to deterministic mock\n tool handlers when the org has no `blindllm` proxy credentials." } ] } ], "bundled": true }