When learning the Functional API, the key metric to watch is training loss and validation loss. These show how well the model is learning from data. Since the Functional API lets you build flexible models, watching loss helps you know if your model structure is working well.
Accuracy is also important for classification tasks to see if the model predicts correctly. But loss gives a clearer signal during training.