{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Product API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Product", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get Hourly Usage by Product Family", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/usage/hourly_usage", "params": [ { "name": "filter[timestamp][start]", "value": "2026-04-17T12:00:00Z", "type": "query", "description": "Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage beginning at this hour." }, { "name": "filter[timestamp][end]", "value": "2026-04-17T12:00:00Z", "type": "query", "description": "Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh] for usage ending **before** this hour." }, { "name": "filter[product_families]", "value": "example_value", "type": "query", "description": "Comma separated list of product families to retrieve. Available families are `all`, `analyzed_logs`,\n`application_security`, `audit_trail`, `serverless`, `ci_app`, `cloud_cost_management`, `cloud_siem`,\n`csm_container_enterprise`, `csm_host_enterprise`, `cspm`, `custom_events`, `cws`, `dbm`, `error_tracking`,\n`fargate`, `infra_hosts`, `incident_management`, `indexed_logs`, `indexed_spans`, `ingested_spans`, `iot`,\n`lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `network_monitoring`, `observability_pipelines`,\n`online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`, `sds`, `snmp`, `software_delivery`,\n`synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`, `timeseries`, `vuln_management`,\nand `workflow_executions`.\nThe following product family has been **deprecated**: `audit_logs`." }, { "name": "filter[include_descendants]", "value": "true", "type": "query", "description": "Include child org usage in the response. Defaults to false." }, { "name": "filter[include_connected_accounts]", "value": "true", "type": "query", "description": "Boolean to specify whether to include accounts connected to the current account as partner customers in the Datadog partner network program. Defaults to false." }, { "name": "filter[include_breakdown]", "value": "true", "type": "query", "description": "Include breakdown of usage by subcategories where applicable (for product family logs only). Defaults to false." }, { "name": "filter[versions]", "value": "example_value", "type": "query", "description": "Comma separated list of product family versions to use in the format `product_family:version`. For example,\n`infra_hosts:1.0.0`. If this parameter is not used, the API will use the latest version of each requested\nproduct family. Currently all families have one version `1.0.0`." }, { "name": "page[limit]", "value": "42", "type": "query", "description": "Maximum number of results to return (between 1 and 500) - defaults to 500 if limit not specified." }, { "name": "page[next_record_id]", "value": "abc-123-def", "type": "query", "description": "List following results with a next_record_id provided in the previous query." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get hourly usage by product family." } ] } ], "bundled": true }