Skip to content

gatos.get_runtime_state

tool World and discovery

Read the complete published state of one gatOS runtime feature.

Use when
Inspecting feature-owned state that does not naturally belong to a vessel snapshot.
Availability
The selected feature may be disabled; capabilities reports availability.
Equivalent interface
gatos://runtime/{feature}

Input

FieldTypeRequirementDescription
featurestringRequiredcamera, schedules, audio, paint, paint_textures, paint_stickers, welds, thug_life, face_fx, iva, engine_plume, plume_trail, clouds, or terrain.

Call example

gatos.get_runtime_state({"feature":"paint"})

Result

The selected store/runtime snapshot and the closest available version/status fields, correlated with current snapshot_sequence and ut.

Errors

  • EINVAL for an unknown feature; EOPNOTSUPP when its store is disabled.