Other Backup API Examples
Authentication
GET 'https://api.skysql.com/skybackup/v1/backups/schedules' \
--header "X-API-Key: ${API_KEY}"Working With Backup Schedules
Getting Backup Schedules Inside the Organization
curl --location '<https://api.skysql.com/skybackup/v1/backups/schedules>' \
--header 'Accept: application/json' \
--header 'X-API-Key: ${API_KEY}'Getting all Backup Schedules per Service
curl --location '<https://api.skysql.com/skybackup/v1/backups/schedules?service_id=dbtgf28044362>' \
--header 'Accept: application/json' \
--header 'X-API-Key: ${API_KEY}'Getting Backup Schedules by ID
Updating Backup Schedules
Deleting Backup Schedules
Backup Status
Listing all Backups Inside the Organization
Listing all Backups by Service
Last updated
Was this helpful?

