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

total_countinteger required
pageinteger required
limitinteger required
total_pagesinteger required
has_nextboolean required
has_prevboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.