As @alex_ott has mentioned in the answer, the checkpoints of your Delta Live Tables are under Storage location in Destination of Pipeline settings.

The Storage location can be set once and at the creation time of a DLT pipeline. In other words, it can be any location but once defined it cannot be changed ever. Regardless whether it was specified explicitly (you) or implicitly (by the system).



Databricks CLI
You can use Delta Live Tables CLI to access the storage location.
(You could also use the Delta Live Tables REST API Endpoint directly)
$ databricks pipelines get --pipeline-id 960da65b-c9df-4cb9-9456-1005ffe103a9 | jq '.spec.storage'
"dbfs:/pipelines/960da65b-c9df-4cb9-9456-1005ffe103a9"