{ "opencollection": "1.0.0", "info": { "name": "Crusoe Cloud API Gateway Audit Logs Billing API", "version": "v1alpha5" }, "items": [ { "info": { "name": "Billing", "type": "folder" }, "items": [ { "info": { "name": "Get the daily spend for a specified organization by project.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/organizations/:organization_id/billing/costs", "params": [ { "name": "organization_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "Get the daily spend for a specified organization by project." }, { "info": { "name": "Return the daily spend per resource.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/organizations/:organization_id/billing/export", "params": [ { "name": "organization_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "format", "value": "\"json\",\"csv\"", "type": "query" }, { "name": "projects", "value": "d8f58dfd-dd86-4ee4-8f01-643e6d0f15bb", "type": "query" }, { "name": "resources", "value": "d8f58dfd-dd86-4ee4-8f01-643e6d0f15bb", "type": "query" }, { "name": "resource_types", "value": "persistent-ssd,l40s-48gb.1x", "type": "query" }, { "name": "regions", "value": "us-east1,us-southcentral1", "type": "query" }, { "name": "start_date", "value": "\"2022-07-01\"", "type": "query" }, { "name": "end_date", "value": "\"2023-08-08\"", "type": "query" } ] }, "docs": "Return the daily spend per resource." }, { "info": { "name": "Get options which exist for filters for /billing/costs and /billing/export routes.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/organizations/:organization_id/billing/options", "params": [ { "name": "organization_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "start_date", "value": "\"2025-05-01\"", "type": "query" }, { "name": "end_date", "value": "\"2025-05-20\"", "type": "query" } ] }, "docs": "Get options which exist for filters for /billing/costs and /billing/export routes." } ] } ], "bundled": true }