Get Backup By Backup Name
Use this endpoint to get backup by name
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER
Request
URI
GET
https://{api_host}/provider/backups/search/{backupName}
COPY
Path Parameters
string
backupName
Required
Name of the backup
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/provider/backups/search/{backupName}