{ "opencollection": "1.0.0", "info": { "name": "Prisma Accelerate Aggregation Database Usage API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Database Usage", "type": "folder" }, "items": [ { "info": { "name": "Prisma Get database usage metrics", "type": "http" }, "http": { "method": "GET", "url": "https://accelerate.prisma-data.net/databases/:databaseId/usage", "params": [ { "name": "databaseId", "value": "", "type": "path", "description": "Unique identifier of the database" }, { "name": "startDate", "value": "", "type": "query", "description": "Start date for the usage metrics period (ISO 8601 format)" }, { "name": "endDate", "value": "", "type": "query", "description": "End date for the usage metrics period (ISO 8601 format)" } ] }, "docs": "Retrieves usage metrics for a specific database including storage consumption, query counts, connection counts, and compute utilization over a specified time range." } ] } ], "bundled": true }