List objects
Lists objects in your environment. You can define a prefix to list a subset of your objects. If you do not set a prefix, Lattice returns all available objects. By default this endpoint will list local objects only.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
prefix
Filters the objects based on the specified prefix path. If no path is specified, all objects are returned.
sinceTimestamp
Filters out objects whose last_updated_at is earlier than this timestamp.
last_updated_at records when an object arrived on the node that holds it, so this filter selects objects that arrived since the given time. It is not the time the object was authored: a copy that reaches a node later carries the later arrival time.
pageToken
Opaque cursor for continuing the same list request. Start a new listing without the previous cursor if any query parameter or listing scope changes.
allObjectsInMesh
Lists objects across all environment nodes in a Lattice Mesh. When false or unset, only objects held by the local node are returned.
maxPageSize
Sets the maximum number of items that should be returned on a single page.
Response
Successful operation
path_metadatas
next_page_token
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error