Search Restore entities by filterCopy Pageget https://example.com/settings/v1/system/restore/executionsQuery ParamssearchRequestobjectsearchRequest objectResponses 200The below table describes the response parameters: ParameterTypeDescriptionExampledataarrayList of items that match the search requestdata[index]arrayList of items that match the search requestdata[index].namestringThe name of the backup, it will also be the folder in which the backup is savedBackup-01-02-2024data[index].backupVersionstringThe biot version of the backup2.3.11data[index].errorMessagestringAn error thrown in the backup/restore processNo internet connectiondata[index].buildNumberintegerThe build number of the backup/restore job in the pipeline12345data[index].lastModifiedTimestringA UTC date-time in the ISO-8601 format2007-12-20T10:15:30Zdata[index].creationTimestringA UTC date-time in the ISO-8601 format2007-12-20T10:15:30Zdata[index].statusstringThe status of the restoreSUCCESSmetadataobjectmetadata.sortarraySort that was passed in the requestmetadata.sort[index]arraySort that was passed in the requestmetadata.sort[index].propstringThe property name for the sortmetadata.sort[index].orderstringThe direction of sort. Default DESC Values:ASC,DESCASCmetadata.filterobjectThe filter that was passed in the requestmetadata.pageobjectmetadata.page.totalResultsintegerThe total number of items that match the query145metadata.page.pageintegerPage number3metadata.page.limitintegerNumber of items per page100metadata.freeTextSearchstringFree text search strings that was passed in the requestcat dog 400Bad Request 401Code : TOKEN_NOT_VALID, Details: [] 403Code : ACCESS_DENIED, Details: [] 500Code : INTERNAL_SERVER_ERROR, Details: [] 504Code : GATEWAY_TIMEOUT, Details: []Updated 4 months ago