You response so fast while I do some additional research.
does that mean it's just 0 by default?
Program index number usually start with 0, so in this case, yes.
Another way to get tile id is put said tile in (0, 0)
(or whatever coordinate you want, this is temporary thing anyway) and put this in to script
print(get_cell(0, 0))