{ "opencollection": "1.0.0", "info": { "name": "Thanos Compact Alerts Blocks API", "version": "0.35.0" }, "items": [ { "info": { "name": "Blocks", "type": "folder" }, "items": [ { "info": { "name": "Thanos List Blocks in Object Storage", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:10902/api/v1/blocks", "params": [ { "name": "view", "value": "", "type": "query", "description": "Specifies which blocks to include in the response. Use 'all' to see all tracked blocks, or filter by compaction state." } ] }, "docs": "Returns metadata for all TSDB blocks in the configured object storage bucket as seen by the Compactor. Useful for monitoring compaction progress, checking downsampling status, and verifying retention policy enforcement." } ] } ], "bundled": true }