curl --request GET \
--url https://api.example.com/v1/openclaw/{instance_id}/backups \
--header 'Authorization: Bearer <token>'[
{
"snapshot_name": "<string>",
"size_in_gb": 123,
"state": "<string>",
"created_at_unix": 123
}
]curl --request GET \
--url https://api.example.com/v1/openclaw/{instance_id}/backups \
--header 'Authorization: Bearer <token>'[
{
"snapshot_name": "<string>",
"size_in_gb": 123,
"state": "<string>",
"created_at_unix": 123
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.