Skip to main content
GET
/
v1
/
openclaw
/
{instance_id}
/
backups
Openclaw List Backups
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
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Path Parameters

instance_id
string
required

Response

Successful Response

snapshot_name
string
required
size_in_gb
integer
required
state
string
required
created_at_unix
integer
required