Customers can now view the number of Dynamic Workers invoked during their billing period from the Workers overview page in the Cloudflare dashboard.
This count reflects the number of Dynamic Workers that Cloudflare would bill for during the selected billing period. Dynamic Workers usage data only goes back to June 1, 2026.
You can also query this count through the GraphQL Analytics API by using workersInvocationsByOwnerAndScriptGroups and selecting distinctDynamicWorkerCount:
query getDynamicWorkersCount( $accountTag: string! $filter: AccountWorkersInvocationsByOwnerAndScriptGroupsFilter_InputObject) { viewer { accounts(filter: { accountTag: $accountTag }) { workersInvocationsByOwnerAndScriptGroups(limit: 10000, filter: $filter) { uniq { distinctDynamicWorkerCount } } } }}Use variables to set the account and billing-period date range:
{ "accountTag": "<ACCOUNT_ID>", "filter": { "date_geq": "2026-06-01", "date_leq": "2026-06-30" }}For more information, refer to Dynamic Workers pricing.
Source: Cloudflare
Latest Posts
- MC1452771: Dynamics 365 Project Operations Adds Subscription Billing Support via Project Fee Journals

- Cloudflare Tunnel, Cloudflare Tunnel for SASE, Cloudflare Mesh, Gateway, Cloudflare One – Hostname routing is now generally available, with a new public IP range for initial resolved IPs

- langcache-embed-v3-small, Mellum2-12B-A2.5B-Thinking, and LightOnOCR-2-1B models now available on Amazon SageMaker JumpStart

- Amazon EC2 High Memory U7i instances now available in AWS South America (São Paulo) region







