All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Workers - Track Dynamic Workers usage from the dashboard and GraphQL API

23d ago

Source

CloudflareWorkers - Track Dynamic Workers usage from the dashboard and GraphQL APIcloudflare.com
Snippet from the RSS feed
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 " : "" , " filter " : { " date_geq " : "2026-06-01" , " date_leq " : "2026-06-30" } } For more information, refer to Dynamic Workers pricing .

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.