{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Log Indexes API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Log Indexes", "type": "folder" }, "items": [ { "info": { "name": "Datadog List Log Indexes", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v1/logs/config/indexes" }, "docs": "Returns the list of configured log indexes for your Datadog organization. Each index defines a filter for which logs to include, a daily retention policy, and log volume limits. Indexes are evaluated in order, and each log can match at most one index. Index configurations affect log retention, querying capabilities, and cost." }, { "info": { "name": "Datadog Get a Log Index", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v1/logs/config/indexes/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the log index to retrieve" } ] }, "docs": "Returns the configuration details for a specific log index identified by its name. Includes the filter query, exclusion filters, daily retention settings, and current usage statistics." } ] } ], "bundled": true }