{ "opencollection": "1.0.0", "info": { "name": "Aiven API Documentation Account OrganizationEmissions API", "version": "v1" }, "items": [ { "info": { "name": "OrganizationEmissions", "type": "folder" }, "items": [ { "info": { "name": "Get organization emissions data", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/organization/:organization_id/emissions", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" }, { "name": "project_id", "value": "", "type": "query", "description": "Filter by project name (repeatable)" }, { "name": "billing_group_id", "value": "", "type": "query", "description": "Filter to specific billing groups (repeatable)" }, { "name": "starting_time", "value": "", "type": "query", "description": "Start of time range (ISO 8601, default: start of last month)" }, { "name": "ending_time", "value": "", "type": "query", "description": "End of time range (ISO 8601, default: start of current month)" }, { "name": "granularity", "value": "", "type": "query", "description": "Time bucket granularity, default: month" }, { "name": "group_by", "value": "", "type": "query", "description": "How to group results, default: none (organization total)" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "
This endpoint may be changed or removed at any time. Don't use it in production environments.
" } ] } ], "bundled": true }