{
"error": false,
"message": "Forwarding jobs retrieved successfully",
"jobs": [
{
"mailbox_uid": "mb-aaa11111-e89b-12d3-a456-426614174000",
"mailbox_email": "[email protected]",
"forwarding_email": "[email protected]",
"action": "enable",
"status": "pending",
"status_message": "Email forwarding enabled: [email protected] -> [email protected]",
"error_message": "",
"attempts": 0,
"max_attempts": 3,
"created_at": "2025-01-15T10:00:00.000Z",
"updated_at": "2025-01-15T10:02:30.000Z",
"completed_at": "2025-01-15T10:02:30.000Z",
"last_attempt_at": null,
"next_retry_at": null
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 4,
"pages": 1
}
}