Skip to content
Start here

Objects

List Objects
durable_objects.namespaces.objects.list(strid, ObjectListParams**kwargs) -> SyncCursorPaginationAfter[DurableObject]
GET/accounts/{account_id}/workers/durable_objects/namespaces/{id}/objects
ModelsExpand Collapse
class DurableObject:
id: Optional[str]

ID of the Durable Object.

has_stored_data: Optional[bool]

Whether the Durable Object has stored data.