For the complete documentation index, see llms.txt. This page is also available as Markdown.

Objects

The /inspect/objects tool — dump a record's raw data and render it against any datamodel version.

The Objects page (/inspect/objects/) shows a single record's stored data and lets you render it against any datamodel version — the tool for debugging a record whose datamodel has changed (a polyhierarchy-to-hierarchy switch, a migration, a mapping change).

What it shows

Enter a record's _system_object_id (and optionally its objecttype). The page loads the record and shows:

  • its raw stored values, across all versions;

  • how it renders_standard, parents / children, links — under a datamodel selector. Because objecttypes are not versioned per datamodel, the parent and hierarchy sections reflect the datamodel you pick; that is what makes the page useful for a before/after comparison.

The JSON view (used by monitoring) reports the reindex ids, the current / rendering / object datamodel ids and any warning.

See also

Last updated