Skip to main content
GET
/
api
/
v1
/
backups
List backups
curl --request GET \
  --url https://api.example.com/api/v1/backups \
  --header 'Authorization: <api-key>'
{
  "backups": [
    {
      "backup_type": "<string>",
      "blob_sha256": "<string>",
      "bucket_id": "<string>",
      "content_type": "<string>",
      "created_at": "<string>",
      "file_uuid": "<string>",
      "filename": "<string>",
      "is_compressed": true,
      "is_encrypted": true,
      "owner_id": "<string>",
      "parent_backup_uuid": "<string>",
      "size_bytes": 123,
      "source_node_id": "<string>",
      "updated_at": "<string>"
    }
  ],
  "count": 123
}

Documentation Index

Fetch the complete documentation index at: https://gns3util.saygex.xyz/llms.txt

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

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Response

OK

backups
object[]
count
integer