Skip to main content

getVoxelList

Returns all recorded voxel edits (the voxel_updates log) for a single chunk, newest first, as a ChunkVoxelResponse. Use getChunk instead when you want the packed voxel grid rather than the individual edit log. Requires a valid bearer token; app-scoped tokens are limited to their own app. Read-only.

getVoxelList(
input: GetVoxelListInput!
): ChunkVoxelResponse!

Arguments

getVoxelList.input ● GetVoxelListInput! non-null input

Type

ChunkVoxelResponse object

Result of getVoxelList: the queried chunk address together with its recorded voxel edits.