PHP Client for Cloudflare API
Workers

Durable Objects

Durable Objects endpoint reference.

List

Returns the Durable Object namespaces owned by an account.

ParamTypeRequiredDefaultDescription
accountIdstringYesAccount identifier.
paramsarrayNo[]Array containing the necessary params.
php
$response = $client->workers()->durableObjects()->list('ACCOUNT_ID', []);
View this operation on the Cloudflare API Reference

List Objects

Returns the Durable Object namespaces owned by an account.

ParamTypeRequiredDefaultDescription
accountIdstringYesAccount identifier.
idstringYesID of the namespace.
paramsarrayNo[]Array containing the necessary params.
php
$response = $client->workers()->durableObjects()->listObjects('ACCOUNT_ID', 'ID', []);
View this operation on the Cloudflare API Reference
Copyright © 2026