List objects

Beta
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 token using a JWT

Query parameters

prefixstringOptional
Filters the objects based on the specified prefix path. If no path is specified, all objects are returned.
sinceTimestampdatetimeOptional
Sets the age for the oldest objects to query across the environment.
pageTokenstringOptionalformat: "string"

Base64 and URL-encoded cursor returned by the service to continue paging.

allObjectsInMeshbooleanOptional
Lists objects across all environment nodes in a Lattice Mesh.

Response

Successful operation
path_metadataslist of objects
next_page_tokenstring or null

Errors