Skip to content
Start here

Namespaces

List Namespaces
client.DurableObjects.Namespaces.List(ctx, params) (*V4PagePaginationArray[Namespace], error)
GET/accounts/{account_id}/workers/durable_objects/namespaces
ModelsExpand Collapse
type Namespace struct{…}
ID stringOptional
Class stringOptional
Name stringOptional
Script stringOptional
UseSqlite boolOptional

NamespacesObjects

List Objects
client.DurableObjects.Namespaces.Objects.List(ctx, id, params) (*CursorPaginationAfter[DurableObject], error)
GET/accounts/{account_id}/workers/durable_objects/namespaces/{id}/objects
ModelsExpand Collapse
type DurableObject struct{…}
ID stringOptional

ID of the Durable Object.

HasStoredData boolOptional

Whether the Durable Object has stored data.