Skip to content

gatos.list_celestials

tool Celestials

List celestial summaries in deterministic body order.

Use when
Discovering raw body ids before orbit, navigation, or geodetic operations.
Availability
Body telemetry must be enabled.
Equivalent interface
gatos://celestials

Input

FieldTypeRequirementDescription
limitintegerOptional · 50Entities per page. Valid range: 1–1000.
cursorstring | nullOptional · nullOpaque continuation cursor returned by the previous page.

Call example

gatos.list_celestials({"limit":50})

Result

A page of celestial summary objects plus next_cursor, snapshot_sequence, and ut.

Errors

  • EINVAL for a limit outside 1–1000 or a cursor for another collection.