{ "opencollection": "1.0.0", "info": { "name": "Elastic Cloud Account Search API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search across all indices", "type": "http" }, "http": { "method": "GET", "url": "https://api.elastic-cloud.com/_search", "params": [ { "name": "q", "value": "", "type": "query", "description": "Lucene query string" }, { "name": "size", "value": "", "type": "query", "description": "Number of hits to return" } ] }, "docs": "Returns search results across all indices in the cluster matching the supplied query parameters or request body." }, { "info": { "name": "Search a specific index", "type": "http" }, "http": { "method": "GET", "url": "https://api.elastic-cloud.com/:index/_search", "params": [ { "name": "index", "value": "", "type": "path", "description": "Index name or pattern" }, { "name": "q", "value": "", "type": "query" } ] }, "docs": "Searches documents in the specified index using a query string or request body DSL." } ] } ], "bundled": true }