Stream the ciphertext body for a specific backup belonging to the
authenticated system. Foreign IDs return 404; the path can never
escape the authenticated system's prefix.
GET
/systems/backups/{id}
curl \
--request GET 'https://collect.your-domain.com/api/systems/backups/01934fab-bc33-7890-a1b2-c3d4e5f6a7b8.tar.gz' \
--user "username:password"
Response examples (400)
{
"code": 400,
"message": "validation failed",
"data": {
"type": "validation_error",
"errors": [
{
"key": "username",
"message": "required",
"value": "string"
}
]
}
}
Response examples (401)
{
"code": 401,
"message": "invalid token",
"data": {}
}
Response examples (404)
{
"code": 400,
"message": "validation failed",
"data": {
"type": "validation_error",
"errors": [
{
"key": "username",
"message": "required",
"value": "string"
}
]
}
}