Skip to main content
GET
/
io.pocketenv.sandbox.getBackups
Get the list of backups for a sandbox.
curl --request GET \
  --url https://api.pocketenv.io/xrpc/io.pocketenv.sandbox.getBackups \
  --header 'Authorization: Bearer <token>'
{
  "backups": [
    "<unknown>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.pocketenv.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

id
string
required

The sandbox ID.

Response

OK

backups
any[]