Skip to content
Start here

Namespaces

List Namespaces
GET/accounts/{account_id}/workers/durable_objects/namespaces
ModelsExpand Collapse
Namespace { 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 { id, hasStoredData }
id: optional string

ID of the Durable Object.

hasStoredData: optional boolean

Whether the Durable Object has stored data.