ToolsDatabaseSDK Referenceselect_by_idOn this pageselect_by_id Select a single row from a table by its ID. Parameters NameDescriptionTypeDefaulttable (required)Name of the table to select from.strNoneid (required)ID of the row to select.strNone Return Value Optional[Dict[str, Any]]