Get Legacy catalog backups
Get a list of legacy backups
GET
/v1/legacy/backups/authorization<token>
To get the service key, please contact us.
In: header
Response Body
application/json
curl -X GET "http://localhost:4004/v1/legacy/backups/"{
"legacyBackups": [
{
"name": "string",
"size": 0,
"triggerMode": "manual",
"createdAt": null,
"updatedAt": null,
"signedUrl": "http://example.com"
}
]
}