List cloud backupsAsk AIget https://api.rocket.net/v1/sites/{id}/cloud_backupsList cloud backups for given sitePath ParamsidintegerrequiredID of the Site you are interacting withQuery ParamssearchstringSearches for backups with properties matching this stringstatusstringenumStatus of the backup (NEW - task created, PROGRESS - backup in progress, DONE - backup complete, ERROR - backup failed, RESTORING - backup currently being restored)NEWPROGRESSDONEERRORRESTORINGAllowed:NEWPROGRESSDONEERRORRESTORINGtask_iduuidID of this taskpageinteger≥ 1Defaults to 1Page of results to include (default = 1)per_pageintegerDefaults to 100How many results to include in each pagesortstringenumDefaults to idSort results by the following propertycreated_atstatusidlabeltask_idAllowed:created_atstatusidlabeltask_iddirectionstringenumDirection 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