Skip to content

Get Record

Module · Stable

Fetch one custom-table row by its record_id.

Returns a single custom-table row by record_id (e.g. the id returned by Create Record or an item from List Records). The values output is the column → value object. found is false when no row has that id.

Use to re-read the current column values of a row you are already holding the record_id for — for example before deciding whether to update it.

To fetch many rows or search by a column value, use List Records. To change a row, use Update Record.

Configured per use: record_id.

  • record
  • values
  • found

Auto-generated from the skill registry (load_skills()). Do not edit by hand.