Skip to content
Start here

Objects

List Objects
client.durableObjects.namespaces.objects.list(stringid, ObjectListParams { account_id, cursor, limit } params, RequestOptionsoptions?): CursorPaginationAfter<DurableObject { id, hasStoredData } >
GET/accounts/{account_id}/workers/durable_objects/namespaces/{id}/objects
ModelsExpand Collapse
DurableObject { id, hasStoredData }
id?: string

ID of the Durable Object.

hasStoredData?: boolean

Whether the Durable Object has stored data.