Analytics
Retrieves Workers KV metrics for the given account.
Cloudflare API docsRequest Analytics
Retrieves Workers KV request metrics for the given account.
php
$response = $client->workers()->analytics('account_id');
Stored Data Analytics
Retrieves Workers KV stored data metrics for the given account.
php
$response = $client->workers()->storedDataAnalytics('account_id', 'title');
Table of Contents