Cloudflare Workers
communityEdge computing platform for running JavaScript/TypeScript at Cloudflare edge locations worldwide.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.cloudflare.com/client/v4/accounts/{account_id}/workers/scriptsList worker scripts
Parameters
account_idaccount ID (stringrequiredReturns
result[] with id, etag, handlers[], modified_on, created_on, usage_model, compatibility_dateGET
https://api.cloudflare.com/client/v4/accounts/{account_id}/storage/kv/namespacesList KV namespaces
Parameters
account_idaccount ID (stringrequiredReturns
result[] with id, title, supports_url_encodingGET
https://api.cloudflare.com/client/v4/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}Read KV value
Parameters
key_namekey (stringrequiredaccount_idaccount ID (stringrequirednamespace_idnamespace ID (stringrequiredReturns
value (string or binary)