Was this helpful?
Get the list of restore points for the specific backup.
/v1/backups/{backupName}/restorePoint
curl -L \ --url '/v1/backups/{backupName}/restorePoint?clusterSeq=text'
[ { "clusterName": "thingcluster", "clusterSeq": 1, "created": 1704705510, "expiration": 1707297510, "jobName": "cocktail-backup", "name": "cocktail-backup", "size": 329759314, "status": "Completed", "TTL": 2592000000 } ]