General APIs with JWT
Get all backup logs
Endpoint to get all backup logs for a user with optional filtering by executor_id, search (searches in both name and description), backup_type (automatic/manual), and status.
get/backup-logs/
Query parameters
pageinteger
limitinteger
pod_idstring uuid nullable
searchstring nullable
backup_typestring nullable
statusstring nullable
Response
Backup logs retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.