v1

latestOpenAPI 3.1.02026-08-0421263172.4 KB
objects

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.

get/api/v1/objects

Query parameters

prefixstring

Filters the objects based on the specified prefix path. If no path is specified, all objects are returned.

sinceTimestampstring date-time

Sets the age for the oldest objects to query across the environment.

pageTokenstring string

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

allObjectsInMeshboolean

Lists objects across all environment nodes in a Lattice Mesh.

maxPageSizeinteger

Sets the maximum number of items that should be returned on a single page.

Headers

Authorizationstring required

Bearer authentication

Response

Successful operation

next_page_tokenstring