[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/api/resources/durable_objects/subresources/namespaces [Back]  [Original]

Namespaces | Cloudflare API Skip to content
logo.DMYpXs3t.svg [logo.DMYpXs3t.svg] Cloudflare API
CtrlK
Start here
Copy Markdown

Namespaces

List Namespaces
GET/accounts/{account_id}/workers/durable_objects/namespaces
ModelsExpand Collapse
Namespace object { id, class, name, 2 more }
id: optional string
class: optional string
name: optional string
script: optional string
use_sqlite: optional boolean

NamespacesObjects

List Objects
GET/accounts/{account_id}/workers/durable_objects/namespaces/{id}/objects
ModelsExpand Collapse
DurableObject object { id, hasStoredData }
id: optional string

ID of the Durable Object.

hasStoredData: optional boolean

Whether the Durable Object has stored data.


Web Proxy Viewer  |  New URL  |  Original Page