Get snapshot schedule for an instance
get/instances/{id}/snapshot-schedule
Path parameters
idstring required
Source instance ID or name
Response
Snapshot schedule
Example response
{
"instance_id": "qilviffnqzck2jrim1x6s2b1",
"interval": "24h",
"name_prefix": "nightly",
"metadata": {
"team": "backend",
"env": "staging"
},
"retention": {
"max_count": 7,
"max_age": "168h"
},
"next_run_at": "2026-03-10T02:00:00Z",
"last_run_at": "2026-03-09T02:00:00Z",
"last_snapshot_id": "q7z1w7l2af4l8y7q1h7g2m3s",
"last_error": "invalid state transition: stopped snapshot requires source in Stopped, got Running",
"created_at": "2026-03-09T01:00:00Z",
"updated_at": "2026-03-09T01:30:00Z"
}