Get a list of backups for siteAsk AIget https://api.rocket.net/v1/sites/{id}/backupFor a given site list all manually created backupsPath ParamsidintegerrequiredID of the Site you are interacting withQuery Paramstask_idstringFilter results by task_id (cannot be combined with other filters)searchstringFilter results by backup labelstatusstringOne or more statuses to filter by. If more than one status, use a comma-separated listpageinteger≥ 1Defaults to 1Page of results to include (default = 1)per_pageintegerDefaults to 100How many results to include in each pagesortstringenumSort results by the following propertycreated_atidlabelstatusAllowed:created_atidlabelstatusdirectionstringenumDirection to sort results in (asc = ascending, desc = descending)ascdescASCDESCAllowed:ascdescASCDESCResponses 200OK 400Bad Request 401Authentication failed 403Not authorized to access endpoint 404Given site not found for user 405Invalid input 500Internal errorUpdated 6 months ago