Restore Listing Examples
Authentication
GET 'https://api.skysql.com/skybackup/v1/backups/schedules' \
--header "X-API-Key: ${API_KEY}"curl --location 'https://api.skysql.com/skybackup/v1/restores' \
--header 'Accept: application/json' \--header 'X-API-Key: ${API_KEY}'Get Restore by ID
curl --location 'https://api.skysql.com/skybackup/v1/restores/<ID>' \
--header 'Accept: application/json' \
--header 'X-API-Key: ${API_KEY}'Last updated
Was this helpful?

