Skip to content

gatos.get_celestial

tool Celestials

Read one complete celestial body snapshot by raw KSA id.

Use when
You need physical, orbital, atmosphere, rotation, or hierarchy data for one body.
Availability
Body telemetry must be enabled.
Equivalent interface
gatos://celestials/{id}

Input

FieldTypeRequirementDescription
idstringRequiredRaw celestial id returned by list_celestials.

Call example

gatos.get_celestial({"id":"Kerbin"})

Result

The complete BodySnapshot plus snapshot_sequence and ut.

Errors

  • ENOENT when the id is not present in the current snapshot.