{ "opencollection": "1.0.0", "info": { "name": "PlanetScale Platform Backups Query Patterns API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Query Patterns", "type": "folder" }, "items": [ { "info": { "name": "Show the status of a query patterns report", "type": "http" }, "http": { "method": "GET", "url": "https://api.planetscale.com/v1/organizations/:organization/databases/:database/branches/:branch/query-patterns-report", "params": [ { "name": "organization", "value": "", "type": "path", "description": "The name of the organization." }, { "name": "database", "value": "", "type": "path", "description": "The name of the database." }, { "name": "branch", "value": "", "type": "path", "description": "The name of the branch." } ] }, "docs": "Returns the status of a query patterns report for the specified branch." } ] } ], "bundled": true }